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