Android.Text.Format.Time.Format3339 Method
Return a string in the RFC 3339 format.

Syntax

[Android.Runtime.Register("format3339", "(Z)Ljava/lang/String;", "GetFormat3339_ZHandler")]
public virtual string Format3339 (bool allDay)

Parameters

allDay
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Return a string in the RFC 3339 format.

If allDay is true, expresses the time as Y-M-D

Otherwise, if the timezone is UTC, expresses the time as Y-M-D-T-H-M-S UTC

Otherwise the time is expressed the time as Y-M-D-T-H-M-S +- GMT

[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