Android.Text.Format.Time.Format2445 Method
Format according to RFC 2445 DATE-TIME type.

Syntax

[Android.Runtime.Register("format2445", "()Ljava/lang/String;", "GetFormat2445Handler")]
public virtual string Format2445 ()

Returns

Documentation for this section has not yet been entered.

Remarks

Format according to RFC 2445 DATE-TIME type.

The same as format("%Y%m%dT%H%M%S"), or format("%Y%m%dT%H%M%SZ") for a Time with a timezone set to "UTC".

[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