as_time_of_day {calcal}R Documentation

Convert to time of day

Description

Convert to time of day

Usage

as_time_of_day(x, ...)

Arguments

x

Vector of times

...

Additional arguments not currently used

Value

A vector containing "time_of_day" objects

See Also

time_of_day

Examples

as_time_of_day(Sys.time())

[Package calcal version 1.0.0 Index]