Expand description
§Integer value
The decoded integer value kind.
Backs the integer-valued properties and parameters (RFC 5545 3.3.8): a
signed decimal integer such as 1234 or -9. The value is kept as its raw
text so the original lexical form round-trips; use IcalInteger::get to
parse it into an i64. Pure data, no escaping; the owning property’s wire
name lives on crate::prop::IcalProp::name.
Structs§
- Ical
Integer - A decoded integer value (signed), kept as its raw text.