| | Name | Description |
|---|
 | HoursToHMS(Double) |
Convert hours to sexagesimal hours, minutes, and seconds with default delimiters HH:MM:SS
|
 | HoursToHMS(Double, String) |
Convert hours to sexagesimal hours, minutes, and seconds with default minutes and seconds delimters MM:SS
|
 | HoursToHMS(Double, String, String) |
Convert hours to sexagesimal hours, minutes, and seconds with default second delimiter of null string
|
 | HoursToHMS(Double, String, String, String) |
Convert hours to sexagesimal hours, minutes, and seconds
|
 | HoursToHMS(Double, String, String, String, Int32) |
Convert hours to sexagesimal hours, minutes, and seconds with specified number of second decimal places
|