[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: TimePicker (in TimePicker.dll)
Preset to an hour and a minute such as 2:30 PM
Namespace:
MKB.TimePickerAssembly: TimePicker (in TimePicker.dll)
Syntax
C# | Visual Basic | Visual C++ |
public void SetTime( int hour, int minute, int second, TimeSelector..::.AmPmSpec AmOrPm )
Public Sub SetTime ( _ hour As Integer, _ minute As Integer, _ second As Integer, _ AmOrPm As TimeSelector..::.AmPmSpec _ )
public: void SetTime( int hour, int minute, int second, TimeSelector..::.AmPmSpec AmOrPm )
Parameters
- hour
- Int32
Integer representing the hour
- minute
- Int32
Integer representing the minute
- second
- Int32
Integer representing the seconds
- AmOrPm
- TimeSelector..::.AmPmSpec
Enum indicating which part of the day the time is being set