RandomDateOptions.excludeLeapYears constructor
RandomDateOptions.excludeLeapYears()
named constructor modifying default value
Implementation
RandomDateOptions.excludeLeapYears() {
excludeLeapYear = true;
}
named constructor modifying default value
RandomDateOptions.excludeLeapYears() {
excludeLeapYear = true;
}