"ComputedDateTime" (Interpreter Type)
Date with time derived by computation.
Details
- "ComputedDateTime" can be used in Interpreter and related constructs, including deployed smart form fields.
- Use of "ComputedDateTime" requires connectivity to the Wolfram Cloud.
Allowed Forms
- Any natural-language date with time specification supported by "DateTime", or a computation yielding one.
Restriction Specifications
-
Restricted["ComputedDateTime",{{choices1,…}}] one among choices Restricted["ComputedDateTime",max] a date with time before max Restricted["ComputedDateTime",{min,max}] a date with time between min and max Restricted["ComputedDateTime",{min,max,unit}] a date with time between min and max, with resolution unit
Interpretation
- "ComputedDateTime" yields a DateObject with a TimeObject as its second argument.