public interface TimeValued extends ScalarValued
TokenValued
object containing a time value.TokenTypeConstant#TIME
Modifier and Type | Method and Description |
---|---|
int |
asDayMillis()
Gets the contained time value as the number of milliseconds
elapsed since midnight.
|
TimeOfDay |
asTimeOfDay()
Gets the contained time value.
|
getType, isZero
isNull
int asDayMillis()
TokenValued.isNull()
,
0
is returned.TimeOfDay asTimeOfDay()
TokenValued.isNull()
,
null
is returned.Copyright © 2020 Actian Corporation. All rights reserved.