Method System.TM()->create()
- Method create
System.TM System.TM(intt)- Description
Create a new TM initialized from a unix time_t. The timezone will always be UTC when using this function.
- Method create
System.TM System.TM()- Description
Construct a new TM, all fields will be set to 0.
- Method create
System.TM System.TM(intyear,int(0..11)mon,int(1..31)mday,int(0..24)hour,int(0..59)min,int(0..59)sec,string|voidtimezone)- Description
Construct a new time using the given values. Slightly faster than setting them individually.