dayOfWeek {timeDate} | R Documentation |
returns the day of the year from a 'timeDate' object.
dayOfWeek(x)
x |
an object of class |
returns a three letter character string with the names in English of the day of the week,
## timeCalendar -
tC = timeCalendar()
## The days of the Year:
dayOfWeek(tC)