Similar Collections


This study list contains the solved C# TimeZoneInfo Class Programs. Practice these programs to learn the concept of time zones and converting the times b/w Coordinated Universal Time (UTC) and local time, outputs, and the detailed explanation of the statements, functions used in the C# TimeZoneInfo Class Programs.

 

questions

Title
C# program to get the local time zone (TimeZoneInfo.Local Property)
C# program to get the difference between local time zone and UTC (Coordinated Universal Time)
C# program to get the DisplayName of local time zone (TimeZoneInfo.DisplayName Property)
C# program for TimeZoneInfo.Id property & TimeZoneInfo.GetSystemTimeZones() method
C# program to get the standard time zone name (TimeZone.StandardName Property)
C# program for TimeZoneInfo.SupportsDaylightSavingTime Property
C# program to get the Coordinated Universal Time (UTC) zone (TimeZoneInfo.Utc Property)
C# program to get the system time by Zone Id
C# program to convert a time to the time in a particular time zone (TimeZoneInfo.ConvertTime() Method)
C# program to clear cached time zone data (TimeZoneInfo.ClearCachedData() Method)
C# program to define a time zone that is not found on the local computer (TimeZoneInfo.CreateCustomTimeZone() Method)
C# program to determine whether two TimeZoneInfo objects are equal (TimeZoneInfo.Equals() Method)
C# program to get the hash code of the time zone (TimeZoneInfo.GetHashCode() Method)
C# program to get a sorted collection of all the time zones (TimeZoneInfo.GetSystemTimeZones() Method)
C# program to calculate the offset between the time in this time zone and UTC (TimeZoneInfo.GetUtcOffset() Method)
C# program to check whether a date and time in a particular time zone is ambiguous (TimeZoneInfo.IsAmbiguousTime() Method)
C# program to get the ambiguous time offsets (TimeZoneInfo.GetAmbiguousTimeOffsets() Method)
C# program to determine given date and time is daylight saving time or not (TimeZoneInfo.IsDaylightSavingTime() Method)
total questions: 18

Questions

18

Views

251

Best Answers

299

Points

5