[]
Initializes an instance of the YearMonthFormat class with a default value.
public YearMonthFormat()
Public Sub New()
Initializes an instance of the YearMonthFormat class.
public YearMonthFormat(string yearFormat, string monthFormat)
Public Sub New(yearFormat As String, monthFormat As String)
Type | Name | Description |
---|---|---|
string | yearFormat | A string value that indicates the year format. |
string | monthFormat | A string value that indicates the month format. |