| DatesInSameMonth | Returns true if both DateTimes refer to the same Calendar Month, can have different years. | 
| DatesInSameMonthYear | Returns true if both DateTimes refer to the exact same Month, cannot have different years. | 
| DatesInSameWeekNo | Returns true if the two Dates are in the same WeekNo. | 
| DatesInSameYear | Returns true if both DateTimes refer to the same Year. | 
| IsAM | Returns True if the Time portion is a AM value. | 
| IsAMNow | Returns True if the currnet Time is a AM value. | 
| IsApril | Returns True if the given Date's Month is April. | 
| IsAprilNow | Returns True if today's Month is April. | 
| IsAugust | Returns True if the given Date's Month is August. | 
| IsAugustNow | Returns True if today's Month is August. | 
| IsDecember | Returns True if the given Date's Month is December. | 
| IsDecemberNow | Returns True if todays Month is December. | 
| IsFebruary | Returns True if the given Date's Month is February. | 
| IsFebruaryNow | Returns True if today's Month is February. | 
| IsFirstDayOfMonth | Returns true if the date is the first day of a Month. | 
| IsFirstDayOfMonthNow | Returns true if today is the first day of a Month. | 
| IsFirstDayOfYear | Returns true if the date is the first day of a Year. | 
| IsFirstDayOfYearNow | Returns true if today is the first day of a Year. | 
| IsFriday | Returns True if the Date represents a Friday. | 
| IsFridayNow | Returns True if today is a Friday. | 
| IsJanuary | Returns True if the given Date's Month is January. | 
| IsJanuaryNow | Returns True if today's Month is January. | 
| IsJuly | Returns True if the given Date's Month is July. | 
| IsJulyNow | Returns True if today's Month is July. | 
| IsJune | Returns True if the given Date's Month is June. | 
| IsJuneNow | Returns True if today's Month is June. | 
| IsLastDayOfMonth | Returns true if the date is the last day of a Month. | 
| IsLastDayOfMonthNow | Returns true if today is the last day of a Month. | 
| IsLastDayOfYear | Returns true if the date is the last day of a Year. | 
| IsLastDayOfYearNow | Returns true if today is the last day of a Year. | 
| IsLeapYear | Is given Year a Leap Year. | 
| IsMarch | Returns True if the given Date's Month is March. | 
| IsMarchNow | Returns True if today's Month is March. | 
| IsMay | Returns True if the given Date's Month is May. | 
| IsMayNow | Returns True if today's Month is May. | 
| IsMidnight | Returns True if the Time portion represents Midnight, 12:00am. | 
| IsMidnightNow | Returns True if the current Time represents Midnight, 12:00am. | 
| IsMonday | Returns True if the Date represents a Monday. | 
| IsMondayNow | Returns True if today is a Monday. | 
| IsNoon | Returns True if the Time portion represents Noon, 12:00pm. | 
| IsNoonNow | Returns True if the current Time represents Noon, 12:00pm. | 
| IsNovember | Returns True if the given Date's Month is November. | 
| IsNovemberNow | Returns True if today's Month is November. | 
| IsOctober | Returns True if the given Date's Month is October. | 
| IsOctoberNow | Returns True if today's Month is October. | 
| IsPM | Returns True if the Time portion is a PM value. | 
| IsPMNow | Returns True if the current Time is a PM value. | 
| IsSaturday | Returns True if the Date represents a Saturday. | 
| IsSaturdayNow | Returns True if today is a Saturday. | 
| IsSeptember | Returns True if the given Date's Month is September. | 
| IsSeptemberNow | Returns True if today's Month is September. | 
| IsSunday | Returns True if the Date represents a Sunday. | 
| IsSundayNow | Returns True if today is a Sunday. | 
| IsThursday | Returns True if the Date represents a Thursday. | 
| IsThursdayNow | Returns True if today is a Thursday. | 
| IsTuesday | Returns True if the Date represents a Tuesday. | 
| IsTuesdayNow | Returns True if today is a Tuesday. | 
| IsValidLongDOW | Returns True if DOW can be found in the Long Day Names from the Regional Settings. | 
| IsValidLongMonth | Returns True if Month can be found in the Long Months from the Regional Settings. | 
| IsValidShortDOW | Returns True if DOW can be found in the Short Day Names from the Regional Settings. | 
| IsValidShortMonth | Returns True if Month can be found in the Short Months from the Regional Settings. | 
| IsWednesday | Returns True if the Date represents a Wednesday. | 
| IsWednesdayNow | Returns True if today is a Wednesday. | 
| IsWeekday | Returns True if the Date represents Monday through Friday. | 
| IsWeekdayNow | Returns True if today is Monday through Friday. | 
| IsWeekend | Returns True if the Date represents Saturday or Sunday. | 
| IsWeekendNow | Returns True if today is Saturday or Sunday. | 
| IsWorkingDay | Returns True if the specified Date is a Working Day. | 
| SameDate | Returns True if they are both the same Date ignoring the Time portion. | 
| SameDateTime | Returns True if they are both the same Date/Time. | 
| SameTime | Returns True if they are both the same Time ignoring the Date portion. |