UtilHoursToHM(Double) Method

Convert hours to sexagesimal hours and minutes with default delimiters HH:MM

Definition

Namespace: ASCOM.Utilities
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
C#
public string HoursToHM(
	double Hours
)

Parameters

Hours  Double
The hours value to convert

Return Value

String
Sexagesimal representation of hours input value as hours and minutes

Remarks

If you need a leading plus sign, you must prepend it yourself. The delimiters are not restricted to single characters.

This overload is not available through COM, please use "HoursToHM(ByVal Hours As Double, ByVal HrsDelim As String, ByVal MinDelim As String, ByVal MinDecimalDigits As Integer)" with an suitable parameters to achieve this effect.

See Also