Formats an numeric value in seconds into a string "DDD HH MMM" where: D=Days, H=Hours, M=Minutes
Syntax
public virtual string FormatElapsedTime(
int
)
'Declaration
Public Overloads Overridable Function FormatElapsedTime( _
ByVal As Integer _
) As String
Parameters
- elapsedTime
- Numeric value in seconds to be formatted
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also