KnownDate Constructors
Represents an individual date.Name | Parameters | Description |
---|---|---|
KnownDate() | none | Initializes a new instance of the KnownDate class with the default settings. |
KnownDate(Holiday) | holiday | Initializes a new instance of the KnownDate class with the specified holiday date. |
KnownDate(String, DateTime) | name, date | Initializes a new instance of the KnownDate class with the specified name and date. |
See Also