ParseOptions

[ Interface ]

export interface ParseOptions {
    timeZone?: string | undefined;
}

Properties

Name

Type

Description

timeZone [ Optional ]

string, undefined

If this time zone is not specified or undefined, the setting of the current user is used.

ParseOptions 1:

Available from version 1.10.1336.10