Preparing search index...
The search index is not available
ts-luxon
ts-luxon
InvalidZone
Class InvalidZone
A zone that failed to parse. You should never need to instantiate this.
Implements
Hierarchy
Zone
InvalidZone
Index
Constructors
constructor
Accessors
iana
Name
is
Universal
is
Valid
name
type
Methods
equals
format
Offset
offset
offset
Name
Constructors
constructor
new
Invalid
Zone
(
_zoneName
:
string
)
:
InvalidZone
Parameters
_zoneName:
string
Returns
InvalidZone
Accessors
iana
Name
get
ianaName
(
)
:
string
Returns
string
is
Universal
get
isUniversal
(
)
:
boolean
Returns
boolean
is
Valid
get
isValid
(
)
:
false
Returns
false
name
get
name
(
)
:
string
Returns
string
type
get
type
(
)
:
"invalid"
Returns
"invalid"
Methods
equals
equals
(
)
:
false
Returns
false
format
Offset
format
Offset
(
)
:
""
Returns
""
offset
offset
(
)
:
number
Returns
number
offset
Name
offset
Name
(
)
:
null
Returns
null
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Modules
ts-
luxon
Intl
Invalid
Zone
constructor
iana
Name
is
Universal
is
Valid
name
type
equals
format
Offset
offset
offset
Name
Generated using
TypeDoc
A zone that failed to parse. You should never need to instantiate this.
Implements