length {timeDate} | R Documentation |
Returns the length of a 'timeDate' object.
## S3 method for class 'timeDate'
length(x)
x |
an object of class |
returns an integer of length 1.
## timCalendar -
tC = timeCalendar()
## length -
length(tC)