Botan
1.11.15
|
#include <calendar.h>
Public Member Functions | |
calendar_point (u32bit y, byte mon, byte d, byte h, byte min, byte sec) | |
Public Attributes | |
byte | day |
byte | hour |
byte | minutes |
byte | month |
byte | seconds |
u32bit | year |
Struct representing a particular date and time
Definition at line 19 of file calendar.h.
Botan::calendar_point::calendar_point | ( | u32bit | y, |
byte | mon, | ||
byte | d, | ||
byte | h, | ||
byte | min, | ||
byte | sec | ||
) | [inline] |
Initialize a calendar_point
y | the year |
mon | the month |
d | the day |
h | the hour |
min | the minute |
sec | the second |
Definition at line 50 of file calendar.h.
The day of the month, 1 through 31 (or 28 or 30 based on month
Definition at line 28 of file calendar.h.
Referenced by Botan::EAC_Time::EAC_Time(), and Botan::X509_Time::X509_Time().
Hour in 24-hour form, 0 to 23
Definition at line 31 of file calendar.h.
Referenced by Botan::X509_Time::X509_Time().
Minutes in the hour, 0 to 60
Definition at line 34 of file calendar.h.
Referenced by Botan::X509_Time::X509_Time().
The month, 1 through 12 for Jan to Dec
Definition at line 25 of file calendar.h.
Referenced by Botan::EAC_Time::EAC_Time(), and Botan::X509_Time::X509_Time().
Seconds in the minute, 0 to 60, but might be slightly larger to deal with leap seconds on some systems
Definition at line 39 of file calendar.h.
Referenced by Botan::X509_Time::X509_Time().
The year
Definition at line 22 of file calendar.h.
Referenced by Botan::EAC_Time::EAC_Time(), and Botan::X509_Time::X509_Time().