date Namespace Reference
Functions | |
int32_t | getYear () |
int32_t | getMonth () |
int32_t | getDay () |
int32_t | getHour () |
int32_t | getMinute () |
int32_t | getSecond () |
Detailed Description
date library namespace
- Copyright
- 2011, Edouard DUPIN, all right reserved
- Note
- License: BSD v3 (see license file)
Function Documentation
§ getDay()
int32_t date::getDay | ( | ) |
Get the Build day in the month.
- Returns
- The number of the month day [1..31]
§ getHour()
int32_t date::getHour | ( | ) |
Get the Build hour.
- Returns
- The number of the hour [0..23]
§ getMinute()
int32_t date::getMinute | ( | ) |
Get the Build Minute.
- Returns
- The number of the minute [0..59]
§ getMonth()
int32_t date::getMonth | ( | ) |
Get the Build month id.
- Returns
- The number of the month (ex: 1 for january or 9 for september ...)
§ getSecond()
int32_t date::getSecond | ( | ) |
Get the Build second.
- Returns
- The number of the second [0..59]
§ getYear()
int32_t date::getYear | ( | ) |
Get the Build year of the program.
- Returns
- The number of the year (ex: 2015 or 1995)