Function dicom_encoding::encode::primitive_value::encode_datetime[][src]

pub fn encode_datetime<W>(
    to: W,
    dt: DateTime<FixedOffset>
) -> Result<usize, Error> where
    W: Write

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

  • value representation.