Namespace: DayPilot.Utils
Assembly:  DayPilot (in DayPilot.dll)
Version: 4.0.1172.0

Syntax

C#
public static string GetHour(
	int hour,
	TimeFormat clock,
	string format
)
Visual Basic (Declaration)
Public Shared Function GetHour ( _
	hour As Integer, _
	clock As TimeFormat, _
	format As String _
) As String
Visual C++
public:
static String^ GetHour (
	int hour, 
	TimeFormat clock, 
	String^ format
)

Parameters

hour
Int32
clock
TimeFormat
format
String

See Also