To dateTime Casting a time to a dateTime
- Last Updated: August 5, 2020
- 1 minute read
- Corticon
- Documentation
SYNTAX
<Time>.toDateTime
<Time>
to data type DateTime ONLY if all characters in <Time> correspond to a valid DateTime mask (format). The time
portion is the same as the <Time> value and the
date portion is the epoch (see .toTime operator)The Operators row of the table in Summary Table of Vocabulary Usage Restriction applies. No special exceptions.
The following Rulesheet uses .toDateTime to
convert timeOnly1 to type DateTime and assign the
value to dateTime1.
![]()
![]()