Struct glib::TimeZone
[−]
[src]
pub struct TimeZone(_);
Methods
impl TimeZone
[src]
pub fn new<'a, P: Into<Option<&'a str>>>(identifier: P) -> TimeZone
[src]
pub fn new_local() -> TimeZone
[src]
pub fn new_utc() -> TimeZone
[src]
pub fn find_interval(&self, type_: TimeType, time_: i64) -> i32
[src]
pub fn get_abbreviation(&self, interval: i32) -> Option<String>
[src]
pub fn get_offset(&self, interval: i32) -> i32
[src]
pub fn is_dst(&self, interval: i32) -> bool
[src]
Trait Implementations
impl Clone for TimeZone
[src]
fn clone(&self) -> TimeZone
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl StaticType for TimeZone
[src]
fn static_type() -> Type
[src]
Returns the type identifier of Self
.