Linguaggio

Time.Format3339(Boolean) Metodo

Definizione

Restituisce una stringa nel formato RFC 3339.

[Android.Runtime.Register("format3339", "(Z)Ljava/lang/String;", "GetFormat3339_ZHandler")]
public virtual string? Format3339(bool allDay);
[<Android.Runtime.Register("format3339", "(Z)Ljava/lang/String;", "GetFormat3339_ZHandler")>]
abstract member Format3339 : bool -> string
override this.Format3339 : bool -> string

Parametri

allDay
Boolean

Valori restituiti

stringa nel formato RFC 3339.

Attributi

Commenti

Restituisce una stringa nel formato RFC 3339.

Se allDay è true, esprime il tempo come Y-M-D

In caso contrario, se il fuso orario è UTC, esprime l'ora come Y-M-D-T-H-M-S UTC

In caso contrario, l'ora viene espressa come Y-M-D-T-H-M-S +- GMT

per android.text.format.Time.format3339(boolean).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a