Uses of Class
com.pervasive.datarush.tokens.scalar.TimeOfDay
- 
Packages that use TimeOfDay Package Description com.pervasive.datarush.sequences.scalar Provides implementations of sequences of scalar token values.com.pervasive.datarush.tokens.scalar Provides implementations of and utilities for scalar valued tokens. - 
- 
Uses of TimeOfDay in com.pervasive.datarush.sequences.scalar
Methods in com.pervasive.datarush.sequences.scalar that return TimeOfDay Modifier and Type Method Description TimeOfDaySparseTimeTokenList. getTimeOfDay(int index)TimeOfDayTimeTokenList. getTimeOfDay(int index)TimeOfDayTimeTokenSequence. getTimeOfDay(int index)Gets the value of the specified token as a time of day.Methods in com.pervasive.datarush.sequences.scalar with parameters of type TimeOfDay Modifier and Type Method Description voidMutableTimeTokenSequence. append(TimeOfDay value)Appends the specified time of day to this sequence.voidMutableTimeTokenSequence. append(TimeOfDay value, int count)Appends the specified time of day to this sequence.voidSparseTimeTokenList. append(TimeOfDay time)voidSparseTimeTokenList. append(TimeOfDay time, int count)voidTimeTokenList. append(TimeOfDay time)voidTimeTokenList. append(TimeOfDay time, int count)voidTimeTokenList. fillTimeOfDay(int start, int length, TimeOfDay value)Sets the tokens in the specified subsequence to the specified calendar date.voidTimeTokenList. setTimeOfDay(int index, TimeOfDay value)Sets the token at the specified position to the specified time of day. - 
Uses of TimeOfDay in com.pervasive.datarush.tokens.scalar
Methods in com.pervasive.datarush.tokens.scalar that return TimeOfDay Modifier and Type Method Description TimeOfDayNullToken. asTimeOfDay()TimeOfDayTimeValued. asTimeOfDay()Gets the contained time value.Methods in com.pervasive.datarush.tokens.scalar with parameters of type TimeOfDay Modifier and Type Method Description voidTimeRegister. set(TimeOfDay time)voidTimeSettable. set(TimeOfDay time)Sets the container to the specified time of day.Constructors in com.pervasive.datarush.tokens.scalar with parameters of type TimeOfDay Constructor Description TimeToken(TimeOfDay time)Constructs a new token with the non-null time of day. 
 -