Bridge

Date Constructor (Int32, Int32, Int32, Int32, Int32, Int32)

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

Syntax


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

Parameters

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