TSDate_Text_Presentation_Manager
What: class
Ancestor: TObject
File: _TPM
Layer: 1
Platforms: C++, C#, Javascript, Pascal (Object), PHP, Python
This is an abstract base class for date text presentation managers. It contains the following methods:
AM
string AM()
function AM : string
Characters used to indicate AM.
Date_Separator
string Date_Separator()
function Date_Separator : string
Character(s) used to separate date components.
Days
string Days( int32 M )
function Days( M : integer ) : string
Name of day with passed ordinal (1-7).
Months
string Months( int32 M )
function Months( M : integer ) : string
Name of month with passed ordinal (1-13).
PM
string PM()
function PM : string
Characters used to indicate PM.
Short_Days
string Short_Days( int32 M )
function Short_Days( M : integer ) : string
Name of day with passed ordinal (1-7), abbreviated.
Short_Months
string Short_Months( int32 M )
function Short_Months( M : integer ) : string
Name of month with passed ordinal (1-13), abbreviated.
Time_Separator
string Time_Separator()
function Time_Separator : string
Character(s) used to separate time components.