public DateRange(
IEnumerable<DateTime> dateList
)This method does not evaluate the Kind member in any way. For more precision, use the DateRange(IEnumerableDateTimeOffset) constructor whenever possible.
| ArgumentNullException | dateList is null |
| ArgumentException | dateList does not contain any items |