$TimeOfDay class
Used by:
- alloydb:v1 : GoogleTypeTimeOfDay
- authorizedbuyersmarketplace:v1 : TimeOfDay
- businessprofileperformance:v1 : TimeOfDay
- classroom:v1 : TimeOfDay
- dlp:v2 : GoogleTypeTimeOfDay
- firestore:v1 : TimeOfDay
- gkebackup:v1 : TimeOfDay
- jobs:v3 : TimeOfDay
- jobs:v4 : TimeOfDay
- looker:v1 : TimeOfDay
- memcache:v1 : TimeOfDay
- mybusinessbusinessinformation:v1 : TimeOfDay
- mybusinesslodging:v1 : TimeOfDay
- osconfig:v1 : TimeOfDay
- redis:v1 : TimeOfDay
- sheets:v4 : TimeOfDay
- storagetransfer:v1 : TimeOfDay
Constructors
- $TimeOfDay({int? hours, int? minutes, int? nanos, int? seconds})
- $TimeOfDay.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hours ↔ int?
-
Hours of day in 24 hour format.
getter/setter pair
- minutes ↔ int?
-
Minutes of hour of day.
getter/setter pair
- nanos ↔ int?
-
Fractions of seconds in nanoseconds.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- seconds ↔ int?
-
Seconds of minutes of the time.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited