clv.time.datetime-class: POSIXct based time-units

clv.time.datetime-classR Documentation

POSIXct based time-units

Description

Virtual base class for time units that define periods smaller than a single day. This class processes time and dates at the single seconds level and stores all timepoints using data type POSIXct.

Slots

timepoint.estimation.start

Single POSIXct that stores the start of the estimation period.

timepoint.estimation.end

Single POSIXct that stores the end of the estimation period.

timepoint.holdout.start

Single POSIXct that stores the start of the holdout period.

timepoint.holdout.end

Single POSIXct that stores the end of the holdout period.

timezone

Single character vector indicating the enforced timezone when parsing inputs to timepoints. Defaults to UTC, but may be overwritten by a subclass to enforce a different timezone than UTC.

See Also

For time unit implementations based on this class: clv.time.hours


bachmannpatrick/CLVTools documentation built on Oct. 29, 2023, 2:16 p.m.