Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / GeneralFormatter.FpseDecodeParameters Class / DateFormatOrder Property


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