Bridge

Date Constructor (Int32, Int32, Int32, Int32)

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

Syntax


public Date(
	int year,
	int month,
	int date,
	int hours
)
Public Sub New ( _
	year As Integer, _
	month As Integer, _
	date As Integer, _
	hours As Integer _
)
public:
Date(
	int^ year, 
	int^ month, 
	int^ date, 
	int^ hours
)

Parameters

year
Type: System..::..Int32
month
Type: System..::..Int32
date
Type: System..::..Int32
hours
Type: System..::..Int32