Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / RegionalSettings Class / TimeSeparator Property


In This Topic
    TimeSeparator Property (RegionalSettings)
    In This Topic
    Gets or sets the string that separates the portions of a time value.
    Syntax
    'Declaration
     
    
    Public Property TimeSeparator As String
    'Usage
     
    
    Dim instance As RegionalSettings
    Dim value As String
     
    instance.TimeSeparator = value
     
    value = instance.TimeSeparator
    public string TimeSeparator {get; set;}
    See Also