©2004 by Marc J. Rochkind. All rights reserved. Portions marked "Open Source" may be copied under license.

 

Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

tm Struct Reference

Inheritance diagram for tm:

Ux::TimeParts Ux::Timetm List of all members.

Detailed Description

Description:
Structure for broken-down time (Std. UNIX; see AUP2 Sec. 1.7.1)
Headers:

Definition at line 3638 of file SUS_Summary.

Public Attributes

int tm_sec
int tm_min
int tm_hour
int tm_mday
int tm_mon
int tm_year
int tm_wday
int tm_yday
int tm_isdst


Member Data Documentation

int tm::tm_hour
 

hour [0,23]

Definition at line 3641 of file SUS_Summary.

Referenced by Ux::Timetm::set(), and Ux::TimeParts::set().

int tm::tm_isdst
 

daylight-savings flag

Definition at line 3647 of file SUS_Summary.

Referenced by Ux::Timetm::set(), and Ux::TimeParts::set().

int tm::tm_mday
 

day of month [1,31]

Definition at line 3642 of file SUS_Summary.

Referenced by Ux::Timetm::set(), and Ux::TimeParts::set().

int tm::tm_min
 

minute [0,59]

Definition at line 3640 of file SUS_Summary.

Referenced by Ux::Timetm::set(), and Ux::TimeParts::set().

int tm::tm_mon
 

month [0,11]

Definition at line 3643 of file SUS_Summary.

Referenced by Ux::Timetm::set(), and Ux::TimeParts::set().

int tm::tm_sec
 

second [0,60]

Definition at line 3639 of file SUS_Summary.

Referenced by Ux::Timetm::set(), and Ux::TimeParts::set().

int tm::tm_wday
 

day of week [0,6] (0 = Sunday)

Definition at line 3645 of file SUS_Summary.

Referenced by Ux::Timetm::set(), and Ux::TimeParts::set().

int tm::tm_yday
 

day of year [0,365]

Definition at line 3646 of file SUS_Summary.

Referenced by Ux::Timetm::set(), and Ux::TimeParts::set().

int tm::tm_year
 

years since 1900

Definition at line 3644 of file SUS_Summary.

Referenced by Ux::Timetm::set(), and Ux::TimeParts::set().


The documentation for this struct was generated from the following file:
Generated on Fri Apr 23 10:57:15 2004 for AUP2 Example Source by doxygen 1.3.1