TimeToItems (Call-back Functions)
Declaration
bool32 (_stdcall *TimeToItems)(D2Time Tm, unsigned int *Year, unsigned int *Month, unsigned int *Day, unsigned int *Hour, unsigned int *Min, unsigned int *Sec, unsigned int *Msec);Parameters
Tm | Time in the D2000 system format. |
Year, Month, Day, Hour, Min, Sec, Msec | Pointers to the individual items, where values are written in the range according to the function TimeFromItems. |
Description
The function splits up a time, which is in the D2000 format, to individual items.
Related pages: