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
YearYear within the range of 1972...2099.
MonthMonth within the range of 1...12.
DayDay within the range of 1...31.
HourHour within the range of 0...23.
MinMinute within the range of 0...59.
SecSecond within the range of 0...59.
MsecMillisecond 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