TCOM_Date_Text_Presentation_Manager
What: class
Ancestor: TCommon_COM_Interface
File: _TPM
Layer: 1
Platforms: C++, Pascal (Object)
This is an abstract base class for date text presentation managers. All methods use
the stdcall calling convention. It contains the following methods:
AM
char* AM()
function AM : PChar
Characters used to indicate AM.
Date_Separator
char* Date_Separator()
function Date_Separator : PChar
Character(s) used to separate date components.
Days
char* Days( int32 M )
function Days( M : integer ) : PChar
Name of day with passed ordinal (1-7).
Months
char* Months( int32 M )
function Months( M : integer ) : PChar
Name of month with passed ordinal (1-13).
PM
char* PM()
function PM : PChar
Characters used to indicate PM.
Short_Days
char* Short_Days( int32 M )
function Short_Days( M : integer ) : PChar
Name of day with passed ordinal (1-7), abbreviated.
Short_Months
char* Short_Months( int32 M )
function Short_Months( M : integer ) : PChar
Name of month with passed ordinal (1-13), abbreviated.
Time_Separator
char* Time_Separator()
function Time_Separator : PChar
Character(s) used to separate time components.