Android.Text.Format.DateUtils.FormatElapsedTime Method
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

Formats an elapsed time in the form "MM:SS" or "H:MM:SS" for display 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