Spread for ASP.NET 10 Product Documentation
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.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

YearMonthFormat Class
YearMonthFormat Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.