none constant

DayOfWeek const none

Value indicating no day of the week; this will never be returned by any IsoDayOfWeek property, and is not valid as an argument to any method.

Implementation

static const DayOfWeek none = DayOfWeek(0);