Uses of Class
com.pervasive.datarush.tokens.scalar.TimeOfDay
Packages that use TimeOfDay
Package
Description
Provides implementations of sequences of scalar token values.
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 TimeOfDayModifier and TypeMethodDescriptionSparseTimeTokenList.getTimeOfDay(int index) TimeTokenList.getTimeOfDay(int index) TimeTokenSequence.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 TimeOfDayModifier and TypeMethodDescriptionvoidAppends the specified time of day to this sequence.voidAppends the specified time of day to this sequence.voidvoidvoidvoidvoidTimeTokenList.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 TimeOfDayModifier and TypeMethodDescriptionNullToken.asTimeOfDay()TimeValued.asTimeOfDay()Gets the contained time value.Methods in com.pervasive.datarush.tokens.scalar with parameters of type TimeOfDayModifier and TypeMethodDescriptionvoidvoidSets the container to the specified time of day.Constructors in com.pervasive.datarush.tokens.scalar with parameters of type TimeOfDay