Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / DocumentProperty Class / Date Property


In This Topic
    Date Property (DocumentProperty)
    In This Topic
    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