SharedItems.MinDate Property

Definition

Minimum Date Time

Represents the following attribute in the schema: minDate

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

Property Value

Returns DateTimeValue.

Attributes

Applies to