Spread WinForms 15
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
See Also