powered by
Extract time zone from calendars
# S3 method for Calendar tz(x)# S3 method for JointCalendar tz(x)
# S3 method for JointCalendar tz(x)
an instance of a Calendar or JointCalendar object
Calendar
JointCalendar
a string representing the time zone (e.g. "Australia/Sydney") or vector of time zones in the case of joint calendars
Other calendar methods: adjust, generate_schedule, is_good, is_valid_bdc, is, locale, shift
adjust
generate_schedule
is_good
is_valid_bdc
is
locale
shift
# NOT RUN { lubridate::tz(AUSYCalendar()) lubridate::tz(c(AUSYCalendar(), AUMECalendar())) # }
Run the code above in your browser using DataLab