| PeriodicSpecialDay Methods | 
The PeriodicSpecialDay type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Check(DateTime, Int32) | 
            Check whether a date matches this special day. A usage is returned
            if the date matches the specialday. See also optimized version below,
            to use when date.Month and date.Day is precalculated.
             | 
|  | Check(DateTime, Int32, Int32, Int32) | 
            Check whether a date matches this special day. A usage is returned
            if the date matches the specialday. Optimized version, when 
            the date.Month and date.Day is precalculated.
             | 
|  | 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.) | 
 See Also
See Also