- API ›
- Constructors ›
- Timezone
Timezone
---types--- timezone#ff9289f5 id:string name:string utc_offset:int = Timezone
Belongs to
| Timezone |
In Rust this constructor is a variant of the enums::Timezone enum.
Match on it with: if let enums::Timezone::Timezone(v) = result { ... }