Bridge

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

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

Syntax


public virtual void SetUTCHours(
	int hour,
	int min
)
Public Overridable Sub SetUTCHours ( _
	hour As Integer, _
	min As Integer _
)
public:
virtual void SetUTCHours(
	int^ hour, 
	int^ min
)

Parameters

hour
Type: System..::..Int32
min
Type: System..::..Int32