time_of_day: Time of day

View source: R/time.R

time_of_dayR Documentation

Time of day

Description

Create a time object

Usage

time_of_day(hour = integer(), minute = integer(), second = numeric())

Arguments

hour

A numeric vector of hours

minute

A numeric vector of minutes

second

A numeric vector of seconds

Value

A time_of_day vector object, stored as a vctrs record containing hours, minutes and seconds.


calcal documentation built on Feb. 25, 2026, 9:07 a.m.