Time.IsDst Property

Definition

This time is in daylight savings time.

[Android.Runtime.Register("isDst")]
public int IsDst { get; set; }
[<Android.Runtime.Register("isDst")>]
member this.IsDst : int with get, set

Property Value

Attributes

Remarks

This time is in daylight savings time. One of: <ul> <li><b>positive</b> - in dst</li> <li><b>0</b> - not in dst</li> <li><b>negative</b> - unknown</li> </ul>

Java documentation for android.text.format.Time.isDst.

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