Clone |
This is overridden to clone a floating holiday object
(Overrides HolidayClone) |
Equals |
This is overridden to allow proper comparison of FloatingHoliday objects
(Overrides ObjectEquals(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 |
Get a hash code for the holiday object
(Overrides ObjectGetHashCode) |
GetObjectData | This implements the ISerializable interface and adds the appropriate members to the serialization info. |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToDateTime |
Convert the instance to a DateTime object based on its settings and the passed year
value.
(Overrides HolidayToDateTime(Int32)) |
ToString |
Convert the holiday instance to its string description
(Inherited from Holiday) |