public string HoursToHMS(
double Hours,
string HrsDelim
)Public Function HoursToHMS (
Hours As Double,
HrsDelim As String
) As Stringpublic:
virtual String^ HoursToHMS(
double Hours,
String^ HrsDelim
) sealedIf 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 "HoursToHMS(ByVal Hours As Double, ByVal HrsDelim As String, ByVal MinDelim As String, ByVal SecDelim As String, ByVal SecDecimalDigits As Integer)" with suitable parameters to achieve this effect.