DayInstance Methods

Methods

Equals This is overridden to allow proper comparison of DayInstance 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 day instance object
(Overrides Object.GetHashCode())
GetObjectData This implements the ISerializable interface and adds data 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)
NumericSuffix This is used to get the descriptive suffix for a number (i.e. "st" for 1st, "nd" for 2nd, etc).
ToDescription Get a description of the day instance
ToString Convert the day instance to its string description
(Overrides Object.ToString())

See Also