Time$Microsecond class final

Unit of Time

Inheritance

Constructors

Time$Microsecond([num value = 0])
const
Time$Microsecond.from(Time unit)
Construct Time$Microsecond from other Time
factory
Time$Microsecond.fromJson(Map<String, dynamic> json)
If there is no matched key, returning with 0 value
factory

Properties

anchor Time
no setterinherited
displayName String
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
majorName String
no setterinherited
minorName String
no setteroverride
ratio num
1 Time$Microsecond = 1000000000000.0 Time$Attosecond
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
Symbol for Time$Microsecond
no setteroverride
toAttosecond Time
Convert to Time$Attosecond
no setterinherited
toCentury Time
Convert to Time$Century
no setterinherited
toDay Time
Convert to Time$Day
no setterinherited
toDecade Time
Convert to Time$Decade
no setterinherited
toFemtosecond Time
Convert to Time$Femtosecond
no setterinherited
toFortnight Time
Convert to Time$Fortnight
no setterinherited
toHour Time
Convert to Time$Hour
no setterinherited
toLeapYear Time
Convert to Time$LeapYear
no setterinherited
toMeanYear Time
Convert to Time$MeanYear
no setterinherited
toMicrosecond Time
Convert to Time$Microsecond
no setterinherited
toMillennium Time
Convert to Time$Millennium
no setterinherited
toMillisecond Time
Convert to Time$Millisecond
no setterinherited
toMinute Time
Convert to Time$Minute
no setterinherited
toMonth Time
Convert to Time$Month
no setterinherited
toNanosecond Time
Convert to Time$Nanosecond
no setterinherited
toNovennial Time
Convert to Time$Novennial
no setterinherited
toOctennial Time
Convert to Time$Octennial
no setterinherited
toPicosecond Time
Convert to Time$Picosecond
no setterinherited
toQuindecennial Time
Convert to Time$Quindecennial
no setterinherited
toQuinquennial Time
Convert to Time$Quinquennial
no setterinherited
toSecond Time
Convert to Time$Second
no setterinherited
toSeptennial Time
Convert to Time$Septennial
no setterinherited
toShake Time
Convert to Time$Shake
no setterinherited
toSiderealDay Time
Convert to Time$SiderealDay
no setterinherited
toSiderealHour Time
Convert to Time$SiderealHour
no setterinherited
toSiderealYear Time
Convert to Time$SiderealYear
no setterinherited
toSynodicMonth Time
Convert to Time$SynodicMonth
no setterinherited
toTropicalYear Time
Convert to Time$TropicalYear
no setterinherited
toWeek Time
Convert to Time$Week
no setterinherited
toYear Time
Convert to Time$Year
no setterinherited
units List<Time>
no setterinherited
unitsAsMap EnumValues<Time>
no setterinherited
value num
finalinherited
valueShift num
Ignore this
no setteroverride

Methods

compareTo(Time other) int
Compares this object to another object.
inherited
convertTo<E extends Unit<T>>(E to) Time
Convert this unit to another unit under same category, the value of to is ignored
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Time$Microsecond in JSON Map for advance use-case
override
toString() String
A string representation of this object.
inherited
withPrecision([Precision precision = Precision.two]) Time
Get the exact precision on value calculation
inherited
withValue(num val) Time$Microsecond
Creating Time$Microsecond with new value
override

Operators

operator +(Time other) Time
inherited
operator -(Time other) Time
inherited
operator <(Time other) bool
inherited
operator <=(Time other) bool
inherited
operator ==(Object other) bool
The equality operator.
inherited
operator >(Time other) bool
inherited
operator >=(Time other) bool
inherited