getDateTime method

DateTime getDateTime()

Implementation

DateTime getDateTime() {
  final DateTime value = buffer.getDateTime(offset);
  offset += ByteLength.i64;
  return value;
}