Implements

Constructors

Properties

Methods

Constructors

  • Create a CRT_DATETIMEZONE instance. Instead of creating an instance in new mode, use create to create an instance.

    Parameters

    • Optionaloptions: Options

      Create a CRT_DATETIMEZONE instance with the specified options.

    Returns CRT_DATETIMEZONE

    const zone = await CRT_DATETIMEZONE.create();
    

Properties

options: Options

Methods

  • Create a CRT_DATETIMEZONE instance.

    Parameters

    • Optionaloptions: Options

      Create a CRT_DATETIMEZONE instance with the specified options.

    Returns Promise<CRT_DATETIMEZONE>

    Returns a CRT_DATETIMEZONE instance.