Formats the time using the specified TimeFormat, i.e. 14:30 or 2:30 PM.
Namespace: DayPilot.UtilsAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
| C# |
|---|
public static string GetHourMinutes( TimeSpan time, TimeFormat clock ) |
| Visual Basic |
|---|
Public Shared Function GetHourMinutes ( _ time As TimeSpan, _ clock As TimeFormat _ ) As String |
| Visual C++ |
|---|
public: static String^ GetHourMinutes( TimeSpan time, TimeFormat clock ) |