FixedHoliday Methods

Methods

Clone This is overridden to clone a fixed holiday object
(Overrides Holiday.Clone())
Equals This is overridden to allow proper comparison of FixedHoliday objects
(Overrides Object.Equals(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 Object.GetHashCode())
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 Holiday.ToDateTime(Int32))
ToString Convert the holiday instance to its string description
(Inherited from Holiday)

See Also