public string HoursToHM(
double Hours,
string HrsDelim
)Public Function HoursToHM (
Hours As Double,
HrsDelim As String
) As Stringpublic:
virtual String^ HoursToHM(
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 "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.