Learn R Programming

timeDate (version 4041.110)

length: Length of a 'timeDate' object

Description

Returns the length of a "timeDate" object.

Usage

# S3 method for timeDate
length(x)

Value

an integer of length 1

Arguments

x

an object of class "timeDate".

Examples

Run this code
## timeCalendar
tC = timeCalendar()
   
## length - 
length(tC)

Run the code above in your browser using DataLab