Android.Text.Format.DateUtils.FormatElapsedTime Method
Formats an elapsed time in a format like "MM:SS" or "H:MM:SS" (using a form suited to the current locale), similar to that used on the call-in-progress screen.

Syntax

[Android.Runtime.Register("formatElapsedTime", "(Ljava/lang/StringBuilder;J)Ljava/lang/String;", "")]
public static string FormatElapsedTime (Java.Lang.StringBuilder recycle, long elapsedSeconds)

Parameters

recycle
Java.Lang.StringBuilder to recycle, or null to use a temporary one.
elapsedSeconds
the elapsed time in seconds.

Returns

Documentation for this section has not yet been entered.

Remarks

Formats an elapsed time in a format like "MM:SS" or "H:MM:SS" (using a form suited to the current locale), similar to that used on the call-in-progress screen.

[Android Documentation]

Requirements

Namespace: Android.Text.Format
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3