NetworkTimestamp class
- Implementers
Constructors
- NetworkTimestamp(int timestamp)
Properties
Methods
-
addHours(
int count) → NetworkTimestamp -
addMinutes(
int count) → NetworkTimestamp -
addSeconds(
int count) → NetworkTimestamp -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited