ParseOptions
[ Interface ]
export interface ParseOptions {
timeZone?: string | undefined;
}
Properties
Name | Type | Description |
---|---|---|
timeZone [ Optional ] | If this time zone is not specified or undefined, the setting of the current user is used. |
Available from version 1.10.1336.10 |