Skip to main content

Module integer

Module integer 

Source
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; IcalInteger::get parses it into an i64.

Structs§

IcalInteger
A decoded integer value (signed), kept as its raw text.