Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Comment Class / Date Property


In This Topic
    Date Property (Comment)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Date As Nullable(Of Date)
    'Usage
     
    
    Dim instance As Comment
    Dim value As Nullable(Of Date)
     
    value = instance.Date
    public Nullable<DateTime> Date {get;}
    See Also