Create
Create(int iYear,int iMonth,int iDay,int iHour,int iMinute,int iSecond)
Parameters
- iYear - Year, eg. 1972
- iMonth - Number of month, eg. 10
- iDay - Number of day in month, eg. 2
- iHour - Hour to use, can be zero
- iMinute - Minute to use, can be zero
- iSecond - Second to use, can be zero
Remarks
The function creates a TLuaDateTime containing an absolute time.