GetUserTime

Revision as of 01:09, 27 September 2014 by imported>Syscrusher (Confirmed the values that were there, and added the missing keys based on testing in game)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::Category:Functions|Category:Functions]]

A function added by the Oblivion Script Extender.

Syntax:

(userTime:StringMap) GetUserTime

Returns a StringMap containing information about the time and date on the player's system The returned StringMap has the following key/value pairs, all of which are integers:

  • Year (1601 - 30827)
  • Month (1-12)
  • DayOfWeek (1:Sunday - 7:Saturday)
  • Day (1-31)
  • Hour (0-23)
  • Minute (0-59)
  • Second (0-50)
  • Millisecond (0-999)