Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Sets the date for the currently opened event.
C_Calendar.EventSetDate(month, monthDay, year)
Arguments[]
- month
- number - 2 digits [1-12].
- monthDay
- number - 2 digits [1-31].
- year
- number - 4 digits (2019).
Details[]
- The calendar event must be previously opened with C_Calendar.OpenEvent or an event candidate from C_Calendar.CreatePlayerEvent and similar.
- The calendar event is updated with C_Calendar.UpdateEvent or created with C_Calendar.AddEvent.
Patch changes[]
Patch 8.0.1 (2018-07-17): Moved to C_Calendar.EventSetDate.
Patch 3.0.2 (2008-10-14): Added as CalendarEventSetDate.