tm class final

Inheritance
Implemented types
Available extensions

Constructors

tm()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tm_gmtoff int
offset from UTC in seconds
getter/setter pair
tm_hour int
hours since midnight 0-23
getter/setter pair
tm_isdst int
Daylight Savings Time flag
getter/setter pair
tm_mday int
day of the month 1-31
getter/setter pair
tm_min int
minutes after the hour 0-59
getter/setter pair
tm_mon int
months since January 0-11
getter/setter pair
tm_sec int
seconds after the minute 0-60
getter/setter pair
tm_wday int
days since Sunday 0-6
getter/setter pair
tm_yday int
days since January 1 0-365
getter/setter pair
tm_year int
years since 1900
getter/setter pair
tm_zone Pointer<Char>
timezone abbreviation
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited