Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

CP_Date.h File Reference


Enumerations

enum  CP_E_DateFormat {
  CP_E_FullDateFormat = 1, CP_E_LongDateFormat, CP_E_ShortDateFormat, CP_E_LongDateFormat_NoDay,
  CP_E_ShortDateFormat_NoDay
}
enum  CP_E_DateFormatInput {
  CP_E_MMDDYY_DateFormat, CP_E_DDMMYY_DateFormat, CP_E_YYMMDD_DateFormat, CP_E_MMDDYYYY_DateFormat,
  CP_E_DDMMYYYY_DateFormat, CP_E_YYYYMMDD_DateFormat
}

Variables

CPLAT_Begin_Namespace_CPLAT
const SInt16 
CP_DefaultDateFormat = 0
const SInt16 CP_AbbreviateLength = 3
const SInt16 CP_LongDateLength = 10

Enumeration Type Documentation

enum CP_E_DateFormat
 

Controls how the date data will be formatted for output.

Enumeration values:
CP_E_FullDateFormat  The date is shown in full as DayOfWeek, Month Day, Year.
CP_E_LongDateFormat  The date is shown in long format as DayOfWeek, Month Day, Year.
CP_E_ShortDateFormat  The date is shown in short format as DayOfWeek, Month Day, Year.
CP_E_LongDateFormat_NoDay  The date is shown in long format as DayOfWeek, Month Day, Year.
CP_E_ShortDateFormat_NoDay  The date is shown in short format as Month Day, Year.

enum CP_E_DateFormatInput
 

Controls how the date data will be formatted upon input.

Enumeration values:
CP_E_MMDDYY_DateFormat  All of the below formats are controlled by the MMDDYY entries.
CP_E_DDMMYY_DateFormat 
CP_E_YYMMDD_DateFormat 
CP_E_MMDDYYYY_DateFormat 
CP_E_DDMMYYYY_DateFormat 
CP_E_YYYYMMDD_DateFormat 


Variable Documentation

CPLAT_Begin_Namespace_CPLAT const SInt16 CP_DefaultDateFormat = 0
 

const SInt16 CP_AbbreviateLength = 3
 

const SInt16 CP_LongDateLength = 10
 


Generated on Tue Sep 20 20:21:26 2005 for CPLAT_MacOS by  doxygen 1.4.0