CARVIEW |
Select Language
HTTP/2 200
date: Wed, 15 Oct 2025 21:49:44 GMT
server: Generic Web Server
content-location: StructuredTime.html.en
vary: negotiate,accept-language
tcn: choice
set-cookie: WR_SID=ee389b5c.641397a7a6f3f; path=/; max-age=315360000; domain=.wolfram.com
accept-ranges: bytes
content-type: text/html
content-language: en
content-security-policy: upgrade-insecure-requests
StructuredTime—Wolfram Documentation
"StructuredTime" (Interpreter Type)
Time specification in a standard format.
Details
- "StructuredTime" can be used in Interpreter and related constructs, including deployed smart form fields.
- Use of "StructuredTime" does not require connectivity to the Wolfram Cloud.
Allowed Forms
-
10:30 hh:mm 07:15:33 hh:mm:ss 22:45 24-hour clock 9:15 PM AM/PM - All the separators that DateList accepts are allowed.
Restriction Specifications
-
Restricted["StructuredTime",{{choices1,…}}] one among choices Restricted["StructuredTime",max] a time before max Restricted["StructuredTime",{min,max}] a time between min and max Restricted["StructuredTime",{min,max,unit}] a time between min and max, with resolution unit
Interpretation
- "StructuredTime" yields a TimeObject.
Examples
Basic Examples (3)
Restrict the time to be before noon:
Use a different format that DateList allows: