Engine
/
com.drake.engine.utils
/
Units
Units
object
Units
Content copied to clipboard
Types
Functions
Properties
Types
Memory
Link copied to clipboard
annotation class
Memory
Content copied to clipboard
Time
Link copied to clipboard
annotation class
Time
Content copied to clipboard
Functions
formatDate
Link copied to clipboard
fun
formatDate
(millis:
Long
, format:
String
? = "yyyy-MM-dd"):
String
Content copied to clipboard
格式化毫秒
fun
formatDate
(millis:
String
?, format:
String
? = "yyyy-MM-dd"):
String
Content copied to clipboard
格式化毫秒
toKM
Link copied to clipboard
fun
toKM
(distance:
Float
):
String
Content copied to clipboard
距离单位超过千米自动换算km
Properties
BYTE
Link copied to clipboard
const val
BYTE
:
Int
= 1
Content copied to clipboard
DAY
Link copied to clipboard
const val
DAY
:
Int
= 86400000
Content copied to clipboard
GB
Link copied to clipboard
const val
GB
:
Int
= 1073741824
Content copied to clipboard
HOUR
Link copied to clipboard
const val
HOUR
:
Int
= 3600000
Content copied to clipboard
KB
Link copied to clipboard
const val
KB
:
Int
= 1024
Content copied to clipboard
MB
Link copied to clipboard
const val
MB
:
Int
= 1048576
Content copied to clipboard
MIN
Link copied to clipboard
const val
MIN
:
Int
= 60000
Content copied to clipboard
MSEC
Link copied to clipboard
const val
MSEC
:
Int
= 1
Content copied to clipboard
SEC
Link copied to clipboard
const val
SEC
:
Int
= 1000
Content copied to clipboard