formatDateTZ( timezone: null | string, property: string, date: ICalDateTimeValue, eventData?: { floating?: null | boolean; timezone?: null | string },): string Parameters
- timezone: null | string
- property: string
- date: ICalDateTimeValue
Optional
eventData: { floating?: null | boolean; timezone?: null | string }
Returns string
Converts a valid date/time object supported by this library to a string. For information about this format, see RFC 5545, section 3.3.5 https://tools.ietf.org/html/rfc5545#section-3.3.5