Difference between revisions of "GetDayOfWeek"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
 
imported>QQuix
(Added a note about the Day of the Week not being automatically updated if the game date is changed)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Returns the current day of the week:
Returns the current day of the week:


:0 = Sunday
{|border="1" cellpadding="8" cellspacing="0"
:1 = Monday
|0 
:2 = Tuesday
|Sundas
:3 = Wednesday
|Sunday
:4 = Thursday
|-
:5 = Friday
|1
:6 = Saturday
|Morndas
|Monday
|-
|2
|Tirdas
|Tuesday
|-
|3
|Middas
|Wednesday
|-
|4
|Turdas
|Thursday
|-
|5
|Fredas
|Friday
|-
|6
|Loredas
|Saturday
|-
|}


==Notes==
* The day of the week is not updated if the game date is changed by some mod changing the GameDay or GameMonth [[Special variables]].


[[Category: Functions]]
[[Category: Functions]]
[[Category:Functions (CS)]]
[[Category: Functions (CS 1.0)]]
[[Category: Time Functions]]
[[Category: Time Functions]]
[[Category: Time Functions (CS 1.0)]]
<!-- Begin Search Terms
Get
Day
Of
Week
End Search Terms -->

Latest revision as of 05:12, 26 March 2016

Returns the current day of the week:

0 Sundas Sunday
1 Morndas Monday
2 Tirdas Tuesday
3 Middas Wednesday
4 Turdas Thursday
5 Fredas Friday
6 Loredas Saturday

Notes[edit | edit source]

  • The day of the week is not updated if the game date is changed by some mod changing the GameDay or GameMonth Special variables.