DateTime.IsDaylightSavingTime Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Indicates whether this instance of DateTime is within the Daylight Saving Time range for the current time zone.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.Booleantrue if Kind is Local or Unspecified, and the value of this instance of DateTime is within the Daylight Saving Time range for the current time zone; false if Kind is Utc.
Show: