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


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