DegToDms
The DegToDms function converts a time value, in decimal degrees, to a properly formatted angle string containing degrees, minutes, and seconds.
sDms = DegToDms( nDegrees )
This function converts a number to an angle string in DMS format. To do the reverse conversion, use DmsToDeg