SharedItems.MaxDate Property

Definition

Maximum Date Time Value

Represents the following attribute in the schema: maxDate

[DocumentFormat.OpenXml.SchemaAttr(0, "maxDate")]
public DocumentFormat.OpenXml.DateTimeValue MaxDate { get; set; }
public DocumentFormat.OpenXml.DateTimeValue MaxDate { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "maxDate")]
public DocumentFormat.OpenXml.DateTimeValue? MaxDate { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("maxDate")]
public DocumentFormat.OpenXml.DateTimeValue? MaxDate { get; set; }
public DocumentFormat.OpenXml.DateTimeValue? MaxDate { get; set; }
member this.MaxDate : DocumentFormat.OpenXml.DateTimeValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "maxDate")>]
member this.MaxDate : DocumentFormat.OpenXml.DateTimeValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("maxDate")>]
member this.MaxDate : DocumentFormat.OpenXml.DateTimeValue with get, set
Public Property MaxDate As DateTimeValue

Property Value

Returns DateTimeValue.

Attributes

Applies to