Tracks
/
C#
C#
/
Syllabus
/
Timezone
Ti

Timezone in C#

1 exercise

About Timezone

The TimeZoneInfo class provides routines for handling the differences between time zones. The TimeZoneInfo class also contains methods that facilitate dealing with daylight saving time.

The CultureInfo class supports locale dependent date time formats.

To support cross-platform coding the RuntimeInformation class allows you to detect which operating system your code is executing on, Linux, Windows or OSX.

Edit via GitHub The link opens in a new window or tab

Learn Timezone