The following methods and system global variables provide access to the system's time.
These methods are available in 3ds Max 2008 and higher.
They were previously available in the Avguard Extensions.
getLocalTime()
getUniversalTime()
Return the Local respectively the Coordinated Universal Time (UTC) as an 8 element array.
Array elements are:
localTime
This system global variable contains a String value that defines the current local date and time. This variable is read-only. An example of the value stored in localtime is:
s = localTime
--> "4/14/97 10:24:57 AM"
The format of this string is controlled by the date format selected in the main Windows Regional Settings control panel.