base-length: Length of a 'timeDate' object

lengthR Documentation

Length of a 'timeDate' object

Description

Returns the length of a "timeDate" object.

Usage

## S3 method for class 'timeDate'
length(x)

Arguments

x

an object of class "timeDate".

Value

an integer of length 1

Examples

  
## timeCalendar
tC = timeCalendar()
   
## length - 
length(tC)

timeDate documentation built on Sept. 22, 2024, 5:07 p.m.