length {timeDate}R 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

returns an integer of length 1.

Examples

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

[Package timeDate version 2160.95 Index]