tz {fmdates}R Documentation

Extract time zone from calendars

Description

Extract time zone from calendars

Usage

## S3 method for class 'Calendar'
tz(x)

## S3 method for class 'JointCalendar'
tz(x)

Arguments

x

an instance of a Calendar or JointCalendar object

Value

a string representing the time zone (e.g. "Australia/Sydney") or vector of time zones in the case of joint calendars

See Also

Other calendar methods: adjust, generate_schedule, is_good, is_valid_bdc, is, locale, shift

Examples

lubridate::tz(AUSYCalendar())
lubridate::tz(c(AUSYCalendar(), AUMECalendar()))

[Package fmdates version 0.1.4 Index]