List & Label .NET
combit.Reporting Namespace / TimeZoneInformation Class
Members


In This Topic
    TimeZoneInformation Class
    In This Topic

    Stores information about the time zones of the database and the client.

    Object Model
    TimeZoneInformation Class
    Syntax
    'Declaration
     
    
    Public Class TimeZoneInformation 
    public class TimeZoneInformation 
    public ref class TimeZoneInformation 
    Remarks

    The values for the possible time zones can be determined in the Windows registry under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones or with the help of System.TimeZoneInfo.GetSystemTimeZones();.

     

    Note: Values from the Internet Assigned Numbers Authority (IANA) are not supported; only values/IDs from Microsoft Windows time zones are supported.

    Inheritance Hierarchy

    System.Object
       combit.Reporting.TimeZoneInformation

    Requirements

    Platforms: Windows 10 (Version 21H2 - 22H2), Windows 11 (22H2 - 25H2), Windows Server 2016 - 2025
    .NET: .NET Framework 4.8, .NET 8, .NET 9, .NET 10

    See Also