FACT++
1.0
|
Time::Time | ( | short | year, |
unsigned char | month, | ||
unsigned char | day, | ||
unsigned char | hh = 0 , |
||
unsigned char | mm = 0 , |
||
unsigned char | ss = 0 , |
||
unsigned int | microsec = 0 |
||
) |
Construct a Time from a date and time.
year,month,day,hh,mm,ss,microsec | A full date and time down to microsecond precision. From the end arguments can be omitted. |