C++ SDK

◆ TimeGetTime()

static BOOL CApplicationAPI::TimeGetTime ( LONG  lTime,
USHORT *  nYear,
BYTE *  nMonth,
BYTE *  nDay,
BYTE *  nHour,
BYTE *  nMinute,
BYTE *  nSecond 
)
static

This function transform actual time from milliseconds to year, month, day, hour, minute second type.

Parameters
lTimeTime in milliseconds
nYearYear
nMonthMonth
nDayDay
nHourHour
nMinuteMinute
nSecondSecond
Returns
1 if time was transformed, other value otherwise