public TimeZoneInfo Client {get; set;}
public: property TimeZoneInfo^ Client { TimeZoneInfo^ get(); void set ( TimeZoneInfo^ value); }
'Declaration
Public Property Client As TimeZoneInfo
This determines the time zone to be used for all conversions of date and time values for printing, exporting and the Designer functions. This is particularly important for distributed applications such as server/client applications or web applications, where data sources, applications and clients may be located on different systems in different time zones.
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();.
Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
.NET: .NET Framework 4.8, .NET 6, .NET 8, .NET 9