Function formatDateTZ

  • 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

    Parameters

    • timezone: null | string
    • property: string
    • date: ICalDateTimeValue
    • Optional eventData: {
          floating?: null | boolean;
          timezone?: null | string;
      }
      • Optional floating?: null | boolean
      • Optional timezone?: null | string

    Returns string

Generated using TypeDoc