toggle menu
BIT App
androidJvm
switch theme
search in API
bitapp
/
com.atech.bit.utils
/
AttendanceUploadDelegate
/
UploadTime
Upload
Time
data
class
UploadTime
(
val
times
:
Int
=
0
,
val
date
:
Long
=
System.currentTimeMillis()
)
Members
Constructors
Upload
Time
Link copied to clipboard
constructor
(
times
:
Int
=
0
,
date
:
Long
=
System.currentTimeMillis()
)
Properties
date
Link copied to clipboard
val
date
:
Long
times
Link copied to clipboard
val
times
:
Int
=
0