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


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