setDateTime method
Implementation
void setDateTime(final DateTime value) {
_increaseCapacity(ByteLength.i64);
buffer.setDateTime(value, offset);
offset += ByteLength.i64;
}
void setDateTime(final DateTime value) {
_increaseCapacity(ByteLength.i64);
buffer.setDateTime(value, offset);
offset += ByteLength.i64;
}