toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.file.std
/
ISO
/
UdfTimestamp
Udf
Timestamp
data
class
UdfTimestamp
(
val
typeAndTimezone
:
Int
,
val
year
:
Int
,
val
month
:
Int
,
val
day
:
Int
,
val
hour
:
Int
,
val
minute
:
Int
,
val
second
:
Int
,
val
centiseconds
:
Int
,
val
hundredsofMicroseconds
:
Int
,
val
microseconds
:
Int
)
Members
Constructors
Udf
Timestamp
Link copied to clipboard
constructor
(
s
:
SyncStream
)
constructor
(
typeAndTimezone
:
Int
,
year
:
Int
,
month
:
Int
,
day
:
Int
,
hour
:
Int
,
minute
:
Int
,
second
:
Int
,
centiseconds
:
Int
,
hundredsofMicroseconds
:
Int
,
microseconds
:
Int
)
Properties
centiseconds
Link copied to clipboard
val
centiseconds
:
Int
day
Link copied to clipboard
val
day
:
Int
hour
Link copied to clipboard
val
hour
:
Int
hundredsof
Microseconds
Link copied to clipboard
val
hundredsofMicroseconds
:
Int
microseconds
Link copied to clipboard
val
microseconds
:
Int
minute
Link copied to clipboard
val
minute
:
Int
month
Link copied to clipboard
val
month
:
Int
second
Link copied to clipboard
val
second
:
Int
type
And
Timezone
Link copied to clipboard
val
typeAndTimezone
:
Int
year
Link copied to clipboard
val
year
:
Int