FormatTimeZoneNameOptions
The FormatTimeZoneNameOptions type.
import type { FormatTimeZoneNameOptions } from "@northguild/gmt/zoned/format";Members
Section titled “Members”| Member | Type | Description |
|---|---|---|
style? |
TimeZoneNameStyle |
— |
Definition
Section titled “Definition”interface FormatTimeZoneNameOptions { style?: TimeZoneNameStyle;}