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

Gets a string representation of the time with leading 0's in number less than 10

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

Syntax

         
 C#  Visual Basic  Visual C++ 
protected virtual string getTimePartString(
	int TimePartValue,
	TimeSelector..::.TimePartType TimePart
)
Protected Overridable Function getTimePartString ( _
	TimePartValue As Integer, _
	TimePart As TimeSelector..::.TimePartType _
) As String
protected:
virtual String^ getTimePartString(
	int TimePartValue, 
	TimeSelector..::.TimePartType TimePart
)

Parameters

TimePartValue
Int32
The hour, minute, or second that you want formatted
TimePart
TimeSelector..::.TimePartType
A TimePart that determines which part of the time TimePartValue is.

Return Value

See Also