Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / EraInfo Class / EndTime Property


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

    Property Value

    The end time.
    See Also