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


In This Topic
    DatePartsAllowed Property
    In This Topic
    Gets or sets number of date parts allowed.
    Syntax
    'Declaration
     
    
    Public Property DatePartsAllowed As Integer
    'Usage
     
    
    Dim instance As GeneralFormatter.FpseDecodeParameters
    Dim value As Integer
     
    instance.DatePartsAllowed = value
     
    value = instance.DatePartsAllowed
    public int DatePartsAllowed {get; set;}
    See Also