Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

Returns the first day supported by the Calendar API.

minDate = C_Calendar.GetMinDate()

Returns[]

minDate
structure - CalendarTime
CalendarTime
Field Type Description
year number The current year (e.g. 2019)
month number The current month [1-12]
monthDay number The current day of the month [1-31]
weekday number The current day of the week (1=Sunday, 2=Monday, ..., 7=Saturday)
hour number The current time in hours [0-23]
minute number The current time in minutes [0-59]

Details[]

  • As of Patch 8.1.5, the date returned by this function on EU realms is Wednesday the 24th of November, 2004.

Patch changes[]

Battle for Azeroth Patch 8.0.1 (2018-07-17): Moved to C_Calendar.GetMinDate.
Wrath-Logo-Small Patch 3.0.2 (2008-10-14): Added as CalendarGetMinDate.

Advertisement