[]
Initializes a new instance of the HolidayStyle class.
public HolidayStyle()
Public Sub New()
Initializes a new instance of the HolidayStyle class with the specified name.
public HolidayStyle(string name)
Public Sub New(name As String)
Type | Name | Description |
---|---|---|
string | name | The string value that indicates the name of the HolidayStyle. |
Initializes a new instance of the HolidayStyle class with the specified initialization properties.
public HolidayStyle(string name, HolidayCollection holidays, SubStyle subStyle)
Public Sub New(name As String, holidays As HolidayCollection, subStyle As SubStyle)
Type | Name | Description |
---|---|---|
string | name | The string value that indicates the name of the HolidayStyle. |
HolidayCollection | holidays | The string value that indicates the holidays of the HolidayStyle. |
SubStyle | subStyle | The string value that indicates the subStyle of the HolidayStyle. |