Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / GeneralFormatter.FpseDecodeParameters Class / TimeFormatOrder Property


In This Topic
    TimeFormatOrder Property
    In This Topic
    Gets or sets order format of time.
    Syntax
    'Declaration
     
    
    Public Property TimeFormatOrder As Char()
    'Usage
     
    
    Dim instance As GeneralFormatter.FpseDecodeParameters
    Dim value() As Char
     
    instance.TimeFormatOrder = value
     
    value = instance.TimeFormatOrder
    public char[] TimeFormatOrder {get; set;}
    See Also