format-methods {fCalendar}R Documentation

Format Methods

Description

Formats 'timeDate' objects as ISO conform character strings.

Usage

## S3 method for class 'timeDate'
format(x, ...)

Arguments

x

an object of class timeDate.

...

arguments passed to other methods.

Value

returns an ISO conform formatted character string.

Note

This S3 method will become in the future a S4 method

See Also

as.character.

Examples

## timeCalendar -
   # Time Calebdar 16:00
   tC = timeCalendar() + 16*3600
   tC
   
## Format as ISO Character String: 
   format(tC)

[Package fCalendar version 270.78.3 Index]