ESRI.ArcGIS.Mobile.Client
Convert(Int32) Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.ValueConverters Namespace > SecondsToStringConverter Class > Convert Method : Convert(Int32) Method

seconds
Converts an integer value representing time in seconds into a user-friendly string, like "10 minutes" or "1 hour".

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function Convert( _
   ByVal seconds As Integer _
) As String
C# 
public static string Convert( 
   int seconds
)

Parameters

seconds

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also