Java.Util.TimeZone.HasSameRules Method
Returns true if timeZone has the same rules as this time zone.

Syntax

[Android.Runtime.Register("hasSameRules", "(Ljava/util/TimeZone;)Z", "GetHasSameRules_Ljava_util_TimeZone_Handler")]
public virtual bool HasSameRules (TimeZone zone)

Parameters

timeZone
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns true if timeZone has the same rules as this time zone.

The base implementation returns true if both time zones have the same raw offset.

[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