RangeProperties.StartDate Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Date Grouping Start Value
Represents the following attribute in the schema: startDate
[DocumentFormat.OpenXml.SchemaAttr(0, "startDate")]
public DocumentFormat.OpenXml.DateTimeValue StartDate { get; set; }public DocumentFormat.OpenXml.DateTimeValue StartDate { get; set; }[DocumentFormat.OpenXml.SchemaAttr(0, "startDate")]
public DocumentFormat.OpenXml.DateTimeValue? StartDate { get; set; }[DocumentFormat.OpenXml.SchemaAttr("startDate")]
public DocumentFormat.OpenXml.DateTimeValue? StartDate { get; set; }public DocumentFormat.OpenXml.DateTimeValue? StartDate { get; set; }member this.StartDate : DocumentFormat.OpenXml.DateTimeValue with get, set[<DocumentFormat.OpenXml.SchemaAttr(0, "startDate")>]
member this.StartDate : DocumentFormat.OpenXml.DateTimeValue with get, set[<DocumentFormat.OpenXml.SchemaAttr("startDate")>]
member this.StartDate : DocumentFormat.OpenXml.DateTimeValue with get, setPublic Property StartDate As DateTimeValueProperty Value
Returns DateTimeValue.
- Attributes