format.timeDay: Encode in a Common Format

View source: R/format.timeDay.R

format.timeDayR Documentation

Encode in a Common Format

Description

Format an object of class "timeDay."

Usage

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

Arguments

x

the object to be formatted to type "character."

format

the format to use for output. See strptime for supported format information.

...

not used, required for other methods.

Value

A vector of character strings representing the time of day values in x.

See Also

strptime


USGS-R/smwrBase documentation built on Oct. 18, 2022, 9:55 a.m.