Bridge

Date..::..SetFullYear Method (Int32, Int32)

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


public virtual void SetFullYear(
	int year,
	int month
)
Public Overridable Sub SetFullYear ( _
	year As Integer, _
	month As Integer _
)
public:
virtual void SetFullYear(
	int^ year, 
	int^ month
)

Parameters

year
Type: System..::..Int32
month
Type: System..::..Int32