Java.Util.TimeZone.GetOffset Method
Returns this time zone's offset in milliseconds from UTC at the specified date and time.

Syntax

[Android.Runtime.Register("getOffset", "(IIIIII)I", "GetGetOffset_IIIIIIHandler")]
public abstract int GetOffset (int era, int year, int month, int day, int dayOfWeek, int time)

Parameters

era
Documentation for this section has not yet been entered.
year
Documentation for this section has not yet been entered.
month
Documentation for this section has not yet been entered.
day
Documentation for this section has not yet been entered.
dayOfWeek
Documentation for this section has not yet been entered.
timeOfDayMillis
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns this time zone's offset in milliseconds from UTC at the specified date and time. The offset includes daylight savings time if the date and time is within the daylight savings time period.

This method is intended to be used by Java.Util.Calendar to compute Calendar.DstOffset and Calendar.ZoneOffset. Application code should have no reason to call this method directly. Each parameter is interpreted in the same way as the corresponding Calendar field. Refer to Java.Util.Calendar for specific definitions of this method's parameters.

[Android Documentation]

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1