Public Methods
day
Returns the day with a range from 1 to 31; 1 represents the first day of the month.
get_time_t
Returns the date and time in a time_t format.
get_tm
Returns the date and time in a tm structure.
hours
Returns the hours with a range from 0 to 23.
hundredths
Returns the hundredths of seconds with a range from 0 to 99.
minutes
Returns the minutes with a range from 0 to 59.
month
Returns the month with a range from 1 to 12. January is 1.
seconds
Returns the seconds with a range from 0 to 59.
year
Returns a 4–digit year
Parent topic:
CclSecTime