[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Preset to an hour and a minute such as 2:30 PM

Namespace:  MKB.TimePicker
Assembly:  TimePicker (in TimePicker.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SetTime(
	int hour,
	int minute,
	TimeSelector..::.AmPmSpec AmOrPm
)
Public Sub SetTime ( _
	hour As Integer, _
	minute As Integer, _
	AmOrPm As TimeSelector..::.AmPmSpec _
)
public:
void SetTime(
	int hour, 
	int minute, 
	TimeSelector..::.AmPmSpec AmOrPm
)

Parameters

hour
Int32
Integer representing the hour
minute
Int32
Integer representing the minute
AmOrPm
TimeSelector..::.AmPmSpec
Enum indicating which part of the day the time is being set

See Also