Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ICommentThreaded Interface / Date Property


In This Topic
    Date Property (ICommentThreaded)
    In This Topic
    Gets a System.DateTime value that represents the date and time that a threaded comment was added in local time.
    Syntax
    'Declaration
     
    
    ReadOnly Property Date As Nullable(Of Date)
    'Usage
     
    
    Dim instance As ICommentThreaded
    Dim value As Nullable(Of Date)
     
    value = instance.Date
    Nullable<DateTime> Date {get;}
    See Also