Function dicom_core::value::serialize::encode_datetime

source ·
pub fn encode_datetime<W>(to: W, dt: DicomDateTime) -> Result<usize>
where W: Write,
Expand description

Encode a single date-time value in accordance to the DICOM DateTime (DT) value representation.