Enum Class TimeType

java.lang.Object
java.lang.Enum<TimeType>
org.gnome.glib.TimeType
All Implemented Interfaces:
Enumeration, Serializable, Comparable<TimeType>, Constable

@Generated("io.github.jwharm.JavaGI") public enum TimeType extends Enum<TimeType> implements Enumeration
Disambiguates a given time in two ways.

First, specifies if the given time is in universal or local time.

Second, if the time is in local time, specifies if it is local standard time or local daylight time. This is important for the case where the same local time occurs twice (during daylight savings time transitions, for example).