DateChecker extension

Extension methods on DateTime

on

Properties

isLastWeek bool
Returns true if this is in last week
no setter
isNextWeek bool
Returns true if this is in next week
no setter
isThisMonth bool
Returs true if this is in current month of the current year
no setter
isThisWeek bool
Returns true if this is in current week
no setter
isToday bool
Returns true if this is current day
no setter
isTomorrow bool
Returns true if this is the next day
no setter
isYesterday bool
Returns true if this is the previous day
no setter