DmsToDeg

DegToDms


The DegToDms function converts a time value, in decimal degrees, to a properly formatted angle string containing degrees, minutes, and seconds.

Syntax

sDms = DegToDms( nDegrees )

Remarks

This function converts a number to an angle string in DMS format. To do the reverse conversion, use DmsToDeg

Related Topics

DmsToDeg