SharedItems.MinDate Property

Minimum Date Time.Represents the attribte in schema: minDate

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "minDate")> _
Public Property MinDate As DateTimeValue
    Get
    Set
'Usage
Dim instance As SharedItems
Dim value As DateTimeValue

value = instance.MinDate

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

Property Value

Type: DocumentFormat.OpenXml.DateTimeValue
Returns DateTimeValue.

See Also

Reference

SharedItems Class

SharedItems Members

DocumentFormat.OpenXml.Spreadsheet Namespace