Bridge

DateTime..::..Utc Method (Int32, Int32, Int32, Int32, Int32, Int32, Int32)

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

Syntax


[TemplateAttribute]
public static long Utc(
	int year,
	int month,
	int day,
	int hours,
	int minutes,
	int seconds,
	int ms
)
<TemplateAttribute> _
Public Shared Function Utc ( _
	year As Integer, _
	month As Integer, _
	day As Integer, _
	hours As Integer, _
	minutes As Integer, _
	seconds As Integer, _
	ms As Integer _
) As Long
[TemplateAttribute]
public:
static long long^ Utc(
	int^ year, 
	int^ month, 
	int^ day, 
	int^ hours, 
	int^ minutes, 
	int^ seconds, 
	int^ ms
)

Parameters

year
Type: System..::..Int32
month
Type: System..::..Int32
day
Type: System..::..Int32
hours
Type: System..::..Int32
minutes
Type: System..::..Int32
seconds
Type: System..::..Int32
ms
Type: System..::..Int32