Extension Methods from Charles Cherry
-
IsInRange
Determines if a date is within a given date range
-
NextSunday
Get's the date of the upcoming Sunday.
-
ThisWeekMonday
Returns a DateTime representing the Monday of the current week. Depends on System.Globalization
-
ThisWeekFriday
Returns a DateTime representing the Friday of the current week. Depends on System.Globalization.