Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / IRegionalSettings Interface / TimeFormat Property


In This Topic
    TimeFormat Property (IRegionalSettings)
    In This Topic
    Gets or sets the format of a time value.
    Syntax
    'Declaration
     
    
    Property TimeFormat As String
    'Usage
     
    
    Dim instance As IRegionalSettings
    Dim value As String
     
    instance.TimeFormat = value
     
    value = instance.TimeFormat
    string TimeFormat {get; set;}
    Remarks
    Use for decoding a generic time value.
    See Also