Android.Text.Format.DateUtils.GetRelativeTimeSpanStringFormatted Method
Returns a string describing the elapsed time since startTime.

Syntax

[Android.Runtime.Register("getRelativeTimeSpanString", "(J)Ljava/lang/CharSequence;", "")]
public static Java.Lang.ICharSequence GetRelativeTimeSpanStringFormatted (long startTime)

See Also

DateUtils.GetRelativeTimeSpanStringFormatted(long, System.Int64, System.Int64)

Parameters

startTime
some time in the past.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a string describing the elapsed time since startTime.

[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