Syntax
Lua |
---|
function Engine.GetDate(); |
Returns
Type: ObjectReturns a table containing information about the current date. The following fields are available: Year, Month, Day, Hour, Minute, Second, DayOfWeek, DayOfYear, and IsDST.
Remarks
Gets the current date.