Android.Text.Format.Time.IsDst Property
This time is in daylight savings time.

Syntax

[Android.Runtime.Register("isDst")]
public int IsDst { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

This time is in daylight savings time. One of:

  • positive - in dst
  • 0 - not in dst
  • negative - unknown

[Android Documentation]

Requirements

Namespace: Android.Text.Format
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3