Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / EraInfo Class / StartTime Property


In This Topic
    StartTime Property
    In This Topic
    Gets the start time.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property StartTime As Date
    'Usage
     
    
    Dim instance As EraInfo
    Dim value As Date
     
    value = instance.StartTime
    public DateTime StartTime {get;}

    Property Value

    The start time.
    See Also