Spread Windows Forms 12.0 Product Documentation
Date Property (DocumentProperty)


GrapeCity.Spreadsheet Assembly > GrapeCity.Core Namespace > DocumentProperty Class : Date Property
Gets or sets the datetime value associated with the custom document property.
Syntax
'Declaration
 
Public Property Date As Date
'Usage
 
Dim instance As DocumentProperty
Dim value As Date
 
instance.Date = value
 
value = instance.Date
public DateTime Date {get; set;}

Property Value

A DateTime represents the datetime value
See Also

Reference

DocumentProperty Class
DocumentProperty Members