COMBINED-DATETIME Function
Description:
This function combines a date in integer date format and a time in numeric time format, and then returns a single numeric value from which both the date and the time can be derived.
Types:
| Argument Type | Return Type |
|---|---|
| Integer, Numeric | Numeric |
Usage example:
FUNCTION* COMBINED-DATETIME* ( date time )