Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / DateTimeCellType Class / GetPMStringDesignator Method


In This Topic
    GetPMStringDesignator Method
    In This Topic
    Gets the PM string for formatting time values.
    Syntax
    'Declaration
     
    
    Protected Function GetPMStringDesignator() As String
    'Usage
     
    
    Dim instance As DateTimeCellType
    Dim value As String
     
    value = instance.GetPMStringDesignator()
    protected string GetPMStringDesignator()
    See Also