valueOf method

int valueOf()

Implementation

int valueOf() {
  return _dateTime.millisecondsSinceEpoch;
}