Spread for ASP.NET 8.0 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 Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

YearMonthFormat Class
YearMonthFormat Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.