FloatingHoliday Methods

Methods

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))
FinalizeAllows 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.
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates 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)

See Also