Declaration
D2Time (_stdcall *TimeFromItems)(unsigned int Year, unsigned int Month, unsigned int Day, unsigned int Hour, unsigned int Min, unsigned int Sec, unsigned int Msec);

Parameters
Year Year within the range of 1972...2099.
Month Month within the range of 1...12.
Day Day within the range of 1...31.
Hour Hour within the range of 0...23.
Min Minute within the range of 0...59.
Sec Second within the range of 0...59.
Msec Millisecond within the range of 0...999.

Description

The function returns a time in the D2000 format from values of a split time.


Return value

A time calculated according to input parameters.


Napíšte komentár