Expand description
Macros to construct statically known values.
Macrosยง
- date
 - Construct a 
Datewith a statically known value. - datetime
 - Construct a 
PrimitiveDateTimeorOffsetDateTimewith a statically known value. - format_
description  - Equivalent of performing 
format_description::parse()at compile time. - offset
 - Construct a 
UtcOffsetwith a statically known value. - time
 - Construct a 
Timewith a statically known value. - utc_
datetime  - Construct a 
UtcDateTimewith a statically known value.