[]
        
(Showing Draft Content)

FarPoint.Web.Spread.YearMonthFormat.-ctor

YearMonthFormat Constructor

YearMonthFormat()

Initialize an instance of YearMonthFormat class whit default value.

Declaration
public YearMonthFormat()
Public Sub New()

YearMonthFormat(string, string)

Initialize an instance of YearMonthFormat class.

Declaration
public YearMonthFormat(string yearFormat, string monthFormat)
Public Sub New(yearFormat As String, monthFormat As String)
Parameters
Type Name Description
string yearFormat

A string value indicates the year format.

string monthFormat

A string value indicates the month format.