Uses of Enum Class
com.pervasive.datarush.functions.DateTime.DateTimeValue
Packages that use DateTime.DateTimeValue
Package
Description
Provides classes and interfaces related to defining functions on records.
-
Uses of DateTime.DateTimeValue in com.pervasive.datarush.functions
Methods in com.pervasive.datarush.functions that return DateTime.DateTimeValueModifier and TypeMethodDescriptionstatic DateTime.DateTimeValueReturns the enum constant of this class with the specified name.static DateTime.DateTimeValue[]DateTime.DateTimeValue.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pervasive.datarush.functions with parameters of type DateTime.DateTimeValueModifier and TypeMethodDescriptionstatic ScalarValuedFunctionDateTime.getTextValue(ScalarValuedFunction expr, DateTime.DateTimeValue valueType) Create a function that will extract the wanted date or time value as text from the given function applied to a record flow.static ScalarValuedFunctionDateTime.getTextValue(ScalarValuedFunction expr, DateTime.DateTimeValue valueType, ZoneId zoneId) Create a function that will extract the wanted date or time value as text from the given function applied to a record flow.static ScalarValuedFunctionDateTime.getTextValue(String field, DateTime.DateTimeValue valueType) Create a function that will extract the wanted date or time value as text from the named field contained in a record flow.static ScalarValuedFunctionDateTime.getTextValue(String field, DateTime.DateTimeValue valueType, ZoneId zoneId) Create a function that will extract the wanted date or time value as text from the named field contained in a record flow.static ScalarValuedFunctionDateTime.getValue(ScalarValuedFunction expr, DateTime.DateTimeValue valueType) Create a function that will extract the wanted date or time value from the given function applied to a record flow.static ScalarValuedFunctionDateTime.getValue(ScalarValuedFunction expr, DateTime.DateTimeValue valueType, ZoneId zoneId) Create a function that will extract the wanted date or time value from the given function applied to a record flow.static ScalarValuedFunctionDateTime.getValue(String field, DateTime.DateTimeValue valueType) Create a function that will extract the wanted date or time value from the named field contained in a record flow.static ScalarValuedFunctionDateTime.getValue(String field, DateTime.DateTimeValue valueType, ZoneId zoneId) Create a function that will extract the wanted date or time value from the named field contained in a record flow.