MRPT logo

mrpt::system::TTimeParts Struct Reference

The parts of a date/time (it's like the standard 'tm' but with fractions of seconds). More...

#include <mrpt/system/os.h>

List of all members.

Public Attributes

uint16_t year
uint8_t month
 The year.
uint8_t day
 Month (1-12).
uint8_t hour
 Day (1-31).
uint8_t minute
 Hour (0-23).
double second
 Minute (0-59).
uint8_t day_of_week
 Seconds (0.0000-59.9999).
int daylight_saving
 Day of week (1:Sunday, 7:Saturday).


Detailed Description

The parts of a date/time (it's like the standard 'tm' but with fractions of seconds).

See also:
TTimeStamp, timestampToParts, buildTimestampFromParts

Definition at line 401 of file os.h.


Member Data Documentation

Month (1-12).

Definition at line 405 of file os.h.

Seconds (0.0000-59.9999).

Definition at line 409 of file os.h.

Day of week (1:Sunday, 7:Saturday).

Definition at line 410 of file os.h.

Day (1-31).

Definition at line 406 of file os.h.

Hour (0-23).

Definition at line 407 of file os.h.

The year.

Definition at line 404 of file os.h.

Minute (0-59).

Definition at line 408 of file os.h.

Definition at line 403 of file os.h.




Page generated by Doxygen 1.5.8 for MRPT 0.6.5 SVN: at Thu Feb 26 02:19:01 EST 2009