Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / DateTimeCellType Class / PMString Property


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