'Declaration Public Function New( _ ByVal yearFormat As String, _ ByVal monthFormat As String _ )
'Usage Dim yearFormat As String Dim monthFormat As String Dim instance As New YearMonthFormat(yearFormat, monthFormat)
public YearMonthFormat( string yearFormat, string monthFormat )
Parameters
- yearFormat
- A string value indicates the year format.
- monthFormat
- A string value indicates the month format.