AlwaysSchedule Methods |
The AlwaysSchedule type exposes the following members.
Name | Description | |
---|---|---|
Check(DateTime, Int32) |
Check whether this date is part of the schedule.
Use if date is to be checked only against this schedule.
Otherwice, precalculate date.DayOfWeek, date.Day and date.Months
and used optimized version of Check.
| |
Check(Int32, Int32, Int32) |
Check whether a date, defined by its dayOfWeek, dayOfMonth and month
is part of this schedule. Use if dayOfWeek, dayOfMonth and month
is precalculated from a date (for optimization)
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |