Type Definition ion_c_sys::ION_TIMESTAMP[][src]

type ION_TIMESTAMP = _ion_timestamp;

Implementations

Converts the given IonDateTime into this ION_TIMESTAMP.

Converts this ION_TIMESTAMP into a IonDateTime.

Note that this borrows mutably, because all of the underlying ion_timestamp_* functions require a mutable pointer, but this operation does not actually change the value.