|
|
|
| Interface status: | externallyDefinedApi |
struct tm;
Contains the following members,
Defined in tm:
tm_gmtoffoffset from UTC in seconds tm_hourhours since midnight tm_isdstDaylight Savings Time flag tm_mdayday of the month tm_minminutes after the hour tm_monmonths since January tm_secseconds after the minute tm_wdaydays since Sunday tm_ydaydays since January 1 tm_yearyears since 1900 tm_zonetimezone abbreviation | Interface status: | externallyDefinedApi | Inherited from: tm |
int tm_sec;
seconds after the minute
| Interface status: | externallyDefinedApi | Inherited from: tm |
int tm_min;
minutes after the hour
| Interface status: | externallyDefinedApi | Inherited from: tm |
int tm_hour;
hours since midnight
| Interface status: | externallyDefinedApi | Inherited from: tm |
int tm_mon;
months since January
| Interface status: | externallyDefinedApi | Inherited from: tm |
int tm_wday;
days since Sunday
| Interface status: | externallyDefinedApi | Inherited from: tm |
int tm_yday;
days since January 1
| Interface status: | externallyDefinedApi | Inherited from: tm |
int tm_isdst;
Daylight Savings Time flag
| Interface status: | externallyDefinedApi | Inherited from: tm |
long tm_gmtoff;
offset from UTC in seconds
| Interface status: | externallyDefinedApi | Inherited from: tm |
char * tm_zone;
timezone abbreviation