[]
Initialize an instance of YearMonthFormat class whit default value.
public YearMonthFormat()
Public Sub New()
Initialize an instance of 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 indicates the year format. |
string | monthFormat | A string value indicates the month format. |