NXSL:TIME
Jump to navigation
Jump to search
| This Wiki is deprecated and we are are currrently migrating remaining pages into product documentation (Admin Guide, NXSL Guide) |
Class containing a calendar date and time broken down into its components. For convenience, all attributes has synonyms named after C struct tm.
Class Name
TIME
Attributes
| Name | Synonym | Type | Description |
|---|---|---|---|
| sec | tm_sec | int32 | Seconds after the minute |
| min | tm_min | int32 | Minutes after the hour |
| hour | tm_hour | int32 | Hours since midnight |
| mday | tm_mday | int32 | Day of the month |
| mon | tm_mon | int32 | Months since January |
| year | tm_year | int32 | Year |
| wday | tm_wday | int32 | Days since Sunday |
| yday | tm_yday | int32 | Days since January 1 |
| isdst | tm_isdst | int32 | Daylight Saving Time flag |