Formats an elapsed time in the form "MM:SS" or "H:MM:SS"
for display on the call-in-progress screen.
Syntax
[Android.Runtime.Register("formatElapsedTime", "(J)Ljava/lang/String;", "")]
public static
string FormatElapsedTime (
long elapsedSeconds)
Parameters
- elapsedSeconds
- the elapsed time in seconds.
Returns
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Android.Text.Format
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3