TimeZoneFormat.FormatOffsetISO8601Extended Method

Definition

[Android.Runtime.Register("formatOffsetISO8601Extended", "(IZZZ)Ljava/lang/String;", "", ApiSince=24)]
public string? FormatOffsetISO8601Extended (int offset, bool useUtcIndicator, bool isShort, bool ignoreSeconds);
[<Android.Runtime.Register("formatOffsetISO8601Extended", "(IZZZ)Ljava/lang/String;", "", ApiSince=24)>]
member this.FormatOffsetISO8601Extended : int * bool * bool * bool -> string

Parameters

offset
Int32
useUtcIndicator
Boolean
isShort
Boolean
ignoreSeconds
Boolean

Returns

Attributes

Remarks

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