getTime method

  1. @override
int getTime()
override

The unix time (milliseconds since the epoch) equivalent to this date, or -1 when the instant falls outside the representable range.

Implementation

@override
int getTime() => _toCalendarDate().getTime();