TimeUtils class

时间处理工具,用于获取时间,转换时间等

Constructors

TimeUtils()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeUtilsVersion int
用户获取时间的版本号
no setter

Methods

getCurrentMillseconds() int
获取当前时间的微秒
getCurrrentTimestamp() int
获取当前时间的unix时间戳
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