dayOfYear {timeDate} | R Documentation |
returns the day of the year from a 'timeDate' object.
dayOfYear(x)
x |
an object of class |
returns the day count as integer value starting January, 1st.
## timeCalendar -
tC = timeCalendar()
## The days of the Year:
dayOfYear(tC)