ObjectType:time

From Lavish Software Wiki
Revision as of 18:00, 9 March 2005 by Lax (talk | contribs)
Jump to navigation Jump to search

Description

Members

  • int Hour: Hour of the day (0-23)
  • int Minute: Minute of the hour (0-59)
  • int Second: Second of the minute (0-59)
  • int DayOfWeek: Day of the week (1-7)
  • int Day: Day of the month (1-31 depending on the month)
  • int Month: Month of the year (1-12)
  • int Year: Year
  • string Time12: Time in hh:mm:ss given in 12-hour format
  • string Time24: Time in hh:mm:ss given in 24-hour format
  • string Date: Date in mm/dd/yyyy
  • bool Night: TRUE if current time is after 7pm and before 7am
  • int SecondsSinceMidnight: Number of seconds since midnight

Methods

Returns

Same as Time24

Examples

See Also