setRawOffset (JavaScript)
Sets the base time zone offset to GMT. This is the offset to add to UTC to get local time.
Defined in
TimeZone (JavaScript)Syntax
setRawOffset(n:int) : void| Parameters | Description |
|---|---|
| n | The given base time zone offset to GMT. |
Sets the base time zone offset to GMT. This is the offset to add to UTC to get local time.
| Parameters | Description |
|---|---|
| n | The given base time zone offset to GMT. |