NXSL:TIME

From NetXMS Wiki
Revision as of 08:43, 28 January 2013 by Lukas Rypl (talk | contribs) (Added category)
Jump to navigation Jump to search

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