Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <time.h>

Struct tm

Interface status: externallyDefinedApi

struct tm;

Description

Contains the following members,

Members

Defined in tm:


Member data


tm_sec

Interface status: externallyDefinedApi Inherited from: tm

int tm_sec;

Description

seconds after the minute


tm_min

Interface status: externallyDefinedApi Inherited from: tm

int tm_min;

Description

minutes after the hour


tm_hour

Interface status: externallyDefinedApi Inherited from: tm

int tm_hour;

Description

hours since midnight


tm_mday

Interface status: externallyDefinedApi Inherited from: tm

int tm_mday;

Description

day of the month


tm_mon

Interface status: externallyDefinedApi Inherited from: tm

int tm_mon;

Description

months since January


tm_year

Interface status: externallyDefinedApi Inherited from: tm

int tm_year;

Description

years since 1900


tm_wday

Interface status: externallyDefinedApi Inherited from: tm

int tm_wday;

Description

days since Sunday


tm_yday

Interface status: externallyDefinedApi Inherited from: tm

int tm_yday;

Description

days since January 1


tm_isdst

Interface status: externallyDefinedApi Inherited from: tm

int tm_isdst;

Description

Daylight Savings Time flag


tm_gmtoff

Interface status: externallyDefinedApi Inherited from: tm

long tm_gmtoff;

Description

offset from UTC in seconds


tm_zone

Interface status: externallyDefinedApi Inherited from: tm

char * tm_zone;

Description

timezone abbreviation