SharedItems.MaxDate Property

Maximum Date Time Value.Represents the attribte in schema: maxDate

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

Syntax

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

value = instance.MaxDate

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

Property Value

Type: DocumentFormat.OpenXml.DateTimeValue
Returns DateTimeValue.

See Also

Reference

SharedItems Class

SharedItems Members

DocumentFormat.OpenXml.Spreadsheet Namespace