TimeUtils.GetTimeZone(Int32, Boolean, Int64, String) Method

Definition

Tries to return a time zone that would have had the specified offset and DST value at the specified moment in the specified country.

[Android.Runtime.Register("getTimeZone", "(IZJLjava/lang/String;)Ljava/util/TimeZone;", "")]
public static Java.Util.TimeZone? GetTimeZone (int offset, bool dst, long when, string? country);
[<Android.Runtime.Register("getTimeZone", "(IZJLjava/lang/String;)Ljava/util/TimeZone;", "")>]
static member GetTimeZone : int * bool * int64 * string -> Java.Util.TimeZone

Parameters

offset
Int32
dst
Boolean
when
Int64
country
String

Returns

TimeZone
Attributes

Remarks

Java documentation for android.util.TimeUtils.getTimeZone(int, boolean, long, java.lang.String).

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