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.
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 429 of file os.h.
Member Data Documentation
Month (1-12).
Definition at line 433 of file os.h.
Seconds (0.0000-59.9999).
Definition at line 437 of file os.h.
Day of week (1:Sunday, 7:Saturday).
Definition at line 438 of file os.h.
Day (1-31).
Definition at line 434 of file os.h.
Hour (0-23).
Definition at line 435 of file os.h.
The year.
Definition at line 432 of file os.h.
Minute (0-59).
Definition at line 436 of file os.h.
Definition at line 431 of file os.h.