Time.Format2445 Method

Definition

Format according to RFC 2445 DATE-TIME type.

[Android.Runtime.Register("format2445", "()Ljava/lang/String;", "GetFormat2445Handler")]
public virtual string? Format2445 ();
[<Android.Runtime.Register("format2445", "()Ljava/lang/String;", "GetFormat2445Handler")>]
abstract member Format2445 : unit -> string
override this.Format2445 : unit -> string

Returns

Attributes

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".

Java documentation for android.text.format.Time.format2445().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to