SYSTEMTIME class Struct
Specifies a date and time, using individual members for the month, day, year, weekday, hour, minute, second, and millisecond. The time is either in coordinated universal time (UTC) or local time, depending on the function that is being called.
- Inheritance
- Implemented types
- Available extensions
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- wDay ↔ int
-
getter/setter pair
- wDayOfWeek ↔ int
-
getter/setter pair
- wHour ↔ int
-
getter/setter pair
- wMilliseconds ↔ int
-
getter/setter pair
- wMinute ↔ int
-
getter/setter pair
- wMonth ↔ int
-
getter/setter pair
- wSecond ↔ int
-
getter/setter pair
- wYear ↔ int
-
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