Spread for ASP.NET 12 Product Documentation
YearMonthFormat Constructor(String,String)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > YearMonthFormat Class > YearMonthFormat Constructor : YearMonthFormat Constructor(String,String)
A string value indicates the year format.
A string value indicates the month format.
Initialize an instance of YearMonthFormat class.
Syntax
'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.
See Also

Reference

YearMonthFormat Class
YearMonthFormat Members
Overload List