Documentation
getWeekday
usage
integer weekday = date->getWeekday()
retourne
an integer representing the day of the week for the date encoded. 0 is sunday, 1 is monday, 2 is tuesday, 3 is wednesday, 4 is thursday, 5 is friday.
integer weekday = date->getWeekday()
an integer representing the day of the week for the date encoded. 0 is sunday, 1 is monday, 2 is tuesday, 3 is wednesday, 4 is thursday, 5 is friday.