Java.Util.TimeZone.UseDaylightTime Method
Returns true if this time zone has a future transition to or from daylight savings time.

Syntax

[Android.Runtime.Register("useDaylightTime", "()Z", "GetUseDaylightTimeHandler")]
public abstract bool UseDaylightTime ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns true if this time zone has a future transition to or from daylight savings time.

Warning: this returns false for time zones like Asia/Kuala_Lumpur that have previously used DST but do not currently. A hypothetical country that has never observed daylight savings before but plans to start next year would return true.

Warning: this returns true for time zones that use DST, even when it is not active.

Use TimeZone.InDaylightTime(Date) to find out whether daylight savings is in effect at a specific time.

Most applications should not use this method.

[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