DayInstance(DayInstance) | Copy constructor |
DayInstance(DayOfWeek) | Constructor. This version constructs a day instance that specifies only the day of the week. This indicates that all instances of the day of the week are to be included. |
DayInstance(Int32, DayOfWeek) | Constructor. This version constructs a day instance that specifies a specific occurrence of the day of the week. |
DayInstance(SerializationInfo, StreamingContext) | Deserialization constructor for use with ISerializable |