Java.Util.TimeZone.GetOffset Method
Returns the offset in milliseconds from UTC for this time zone at time.

Syntax

[Android.Runtime.Register("getOffset", "(J)I", "GetGetOffset_JHandler")]
public virtual int GetOffset (long time)

Parameters

time
the date in milliseconds since January 1, 1970 00:00:00 UTC

Returns

Documentation for this section has not yet been entered.

Remarks

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

[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