Share via


TimelineRange.EndDate property

Namespace:  DocumentFormat.OpenXml.Office15.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "endDate")> _
Public Property EndDate As DateTimeValue
    Get
    Set
'Usage
Dim instance As TimelineRange
Dim value As DateTimeValue

value = instance.EndDate

instance.EndDate = value
[SchemaAttrAttribute(, "endDate")]
public DateTimeValue EndDate { get; set; }

Property value

Type: DocumentFormat.OpenXml.DateTimeValue

See also

Reference

TimelineRange class

TimelineRange members

DocumentFormat.OpenXml.Office15.Excel namespace