tm Struct Reference

#include <matime.h>

List of all members.


Detailed Description

Structure containing a calendar date and time broken down into its components.


Public Attributes

int tm_sec
 Seconds after the minute. Range: 0-59.
int tm_min
 Minutes after the hour. Range: 0-59.
int tm_hour
 Hours since midnight. Range: 0-23.
int tm_mday
 Day of the month. Range: 1-31.
int tm_mon
 Months since January. Range: 0-11.
int tm_year
 Years since 1900.
int tm_wday
 Days since Sunday. Range: 0-6.
int tm_yday
 Days since January 1. Range: 0-365.
int tm_isdst
 Daylight Saving Time flag. Ignored by MoSync functions.


Member Data Documentation

int tm::tm_sec
 

Seconds after the minute. Range: 0-59.

int tm::tm_min
 

Minutes after the hour. Range: 0-59.

int tm::tm_hour
 

Hours since midnight. Range: 0-23.

int tm::tm_mday
 

Day of the month. Range: 1-31.

int tm::tm_mon
 

Months since January. Range: 0-11.

int tm::tm_year
 

Years since 1900.

int tm::tm_wday
 

Days since Sunday. Range: 0-6.

int tm::tm_yday
 

Days since January 1. Range: 0-365.

int tm::tm_isdst
 

Daylight Saving Time flag. Ignored by MoSync functions.


Generated on Sat Feb 13 00:15:38 2010 for MoSync 2 beta 1 by  doxygen 1.4.6-NO