TimeInfo
Returns information about current time.
Syntax
TimeInfo options
Returns
number value or text value
Arguments
| Name | Required | Type | Description |
|---|---|---|---|
options | Yes | One of the following options: > second > minute > hour > month > year > dayOfWeek > dayOfWeekNumber (Instead of returning e.g. 'Monday', will return 1) > dayOfMonth > dayOfYear > unixTimeUtc (Useful for making discord timestamps ) > unixTimeLocal | Options: second, minute, hour, month, year, dayOfWeek, dayOfWeekNumber, dayOfMonth, dayOfYear, unixTimeUtc, unixTimeLocal |
On a running server
Use serhelp TimeInfo to inspect the reference generated by your installed SER version.