Function
|
Description
|
---|---|
UPCASE
|
Converts the data object value to uppercase.
|
TIMEPART
|
Returns the time part of the data object value. The TIMEPART function resolves to
milliseconds, so it is recommended that
you use a comparison operator other than equals (==) with this function.
Note: This function is supported
only by Date data objects.
|
DATEPART
|
Returns the date part of the data object value.
Note: This function is supported
only by Date data objects.
|
TODAY
|
Returns
the current system datetime value.
Note: You can use this function
to compare values with the results of the other functions described
in this table. Doing so enables you to isolate specific numeric date
or time values in a Date data object. This enables arithmetic evaluation
of the specific numeric values.
|