Difference between revisions of "NXSL:TIME"

49 bytes added ,  18:13, 13 September 2022
m
Text replacement - "^" to "{{deprecated}}"
(Created page with "Class containing a calendar date and time broken down into its components. For convenience, all attributes has synonyms named after C [http://www.cplusplus.com/reference/clibr...")
 
m (Text replacement - "^" to "{{deprecated}}")
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Class containing a calendar date and time broken down into its components. For convenience, all attributes has synonyms named after C [http://www.cplusplus.com/reference/clibrary/ctime/tm/ struct tm].
{{deprecated}}Class containing a calendar date and time broken down into its components. For convenience, all attributes has synonyms named after C [http://www.cplusplus.com/reference/clibrary/ctime/tm/ struct tm].




Line 31: Line 31:
| isdst || tm_isdst || int32 || Daylight Saving Time flag
| isdst || tm_isdst || int32 || Daylight Saving Time flag
|}
|}
[[Category:NXSL Class Reference]]