start property

DateTime start
final

The start date, inclusive. It is truncated to the nearest date. Defaults to 1st January, 1900.

Contract

Throws AssertionError if end <= start.

Implementation

final DateTime start;