API Guides > ConceptRT 3.x

Detailed Description

Functions

TimeStamp GetFastTick ()
 Gets the system fast tick. More...
 
bool IsLeapYear (Int32 year)
 Query if this date is leap year. More...
 
Int32 DayPerMonth (Int32 year, Month month)
 Days per month. More...
 
String DayName (DayOfWeek day)
 Get the day name. More...
 
String MonthName (Month month)
 Get the month name. More...
 
String IntlDayName (DayOfWeek day)
 Get the day name with Intl encapsulation. More...
 
String IntlMonthName (Month month)
 Get the month name with Intl encapsulation. More...
 

Function Documentation

String DayName ( DayOfWeek  day)

Get the day name.

Parameters
dayThe day.
Returns
Name of the day (in english).
Int32 DayPerMonth ( Int32  year,
Month  month 
)

Days per month.

Parameters
yearThe year.
monthThe month.
Returns
The number of day of the given month.
TimeStamp GetFastTick ( )

Gets the system fast tick.

Returns
The system fast tick time.
String IntlDayName ( DayOfWeek  day)

Get the day name with Intl encapsulation.

Parameters
dayThe day.

Internationalization

Returns
Encapsulated Intl name of day
String IntlMonthName ( Month  month)

Get the month name with Intl encapsulation.

Parameters
monthThe month.

Internationalization

Returns
Encapsulated Intl name of month
bool IsLeapYear ( Int32  year)

Query if this date is leap year.

Parameters
yearThe year.
Returns
true if leap year, false if not.
String MonthName ( Month  month)

Get the month name.

Parameters
monthThe month.
Returns
Name of the month (in english).