Version

OSTimeZoneInfoProvider Class

A class used to provide time zone information for date time conversions to and from utc date times from the information provided by the Windows OS.
Syntax
'Declaration
 
Public Class OSTimeZoneInfoProvider 
   Inherits TimeZoneInfoProvider
public class OSTimeZoneInfoProvider : TimeZoneInfoProvider 
Remarks

Note: this class is only available in WPF. In Silverlight a custom class should be derived from TimeZoneInfoProvider or an instance of the CustomTimeZoneInfoProvider should be used.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also