combit List & Label 30 - .NET Help
combit.Reporting Namespace / ListLabel Class / TimeZoneInformation Property


In This Topic
    TimeZoneInformation Property
    In This Topic

    Can be used to set information about the time zones of the database and the client. If not set, all time zones are assumed to be the local time of the machine that runs the Designer or report.

    Syntax
    'Declaration
     
    
    Public ReadOnly Property TimeZoneInformation As TimeZoneInformation
    public TimeZoneInformation TimeZoneInformation {get;}
    public:
    property TimeZoneInformation^ TimeZoneInformation {
       TimeZoneInformation^ get();
    }
    Requirements

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

    See Also