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


In This Topic
    IsPM Property
    In This Topic
    Gets or sets whether time is PM.
    Syntax
    'Declaration
     
    
    Public Property IsPM As Boolean
    'Usage
     
    
    Dim instance As GeneralFormatter.FpseDecodeParameters
    Dim value As Boolean
     
    instance.IsPM = value
     
    value = instance.IsPM
    public bool IsPM {get; set;}
    See Also