Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / DateTimeCellType Class / AMString Property


In This Topic
    AMString Property (DateTimeCellType)
    In This Topic
    Gets or sets the string to indicate morning for 12-hour time format.
    Syntax
    'Declaration
     
    
    Public Property AMString As String
    'Usage
     
    
    Dim instance As DateTimeCellType
    Dim value As String
     
    instance.AMString = value
     
    value = instance.AMString
    public string AMString {get; set;}
    See Also