GLib.TimeZone – glib-2.0 Reference Manual
Packages
glib-2.0
GLib
TimeZone
TimeZone
TimeZone.local
TimeZone.utc
adjust_time
find_interval
get_abbreviation
get_offset
is_dst
TimeZone
Object Hierarchy:
Description:
[
Compact
]
public
class
TimeZone
Namespace:
GLib
Package:
glib-2.0
Content:
Creation methods:
public
TimeZone
(
string
identifier)
public
TimeZone.utc
()
public
TimeZone.local
()
Methods:
public
int
find_interval
(
TimeType
type,
int64
time)
public
int
adjust_time
(
TimeType
type,
ref
int64
time)
public
unowned
string
get_abbreviation
(
int
interval)
public
int32
get_offset
(
int
interval)
public
bool
is_dst
(
int
interval)