C# Tutorial TimeZone

UTC

  1. Check if a date and time(DateTimeOffset) is ambiguous and can be mapped to two or more Coordinated Universal Time (UTC) times in CSharp
  2. Check if date and time(DateTime) is ambiguous and can be mapped to two or more Coordinated Universal Time (UTC) times in CSharp
  3. Find offset or difference between current time zone and Coordinated Universal Time (UTC) in CSharp
  4. Find offset or difference between time zone and Coordinated Universal Time (UTC) for date and time in CSharp
  5. Get Coordinated Universal Time (UTC) offset for the specified local time in CSharp
  6. Get Coordinated Universal Time (UTC) that corresponds to a specified time in CSharp
  7. Get TimeZoneInfo that represents the Coordinated Universal Time (UTC) zone in CSharp
  8. Get time difference between the current time zone ' s standard time and Coordinated Universal Time (UTC) in CSharp

Daylight

  1. Check if a date and time(DateTimeOffset) is daylight saving time for time zone from TimeZoneInfo in CSharp
  2. Check if a date and time(DateTime) is daylight saving time for time zone of TimeZoneInfo in CSharp
  3. Check if a time zone has any daylight saving time rules in CSharp
  4. Check if the date and time is within a daylight saving time period in CSharp
  5. Create time zone from identifier, offset from Coordinated Universal Time (UTC), name, a standard time name, a daylight saving time name, daylight saving time rules in CSharp
  6. Get daylight saving time period for a particular year in CSharp
  7. Get the daylight saving time zone name in CSharp
  8. Get the display name for the current time zone ' s daylight saving time in CSharp

Get

  1. Check if a particular date and time is invalid in CSharp
  2. Check if current object and another TimeZoneInfo object have the same adjustment rules in CSharp
  3. Clear cached time zone data in CSharp
  4. Get TimeZoneInfo.AdjustmentRule objects that apply to the current TimeZoneInfo object in CSharp
  5. Get TimeZoneInfo that represents the local time zone in CSharp
  6. Get a TimeZoneInfo from the registry based on its identifier in CSharp
  7. Get all the time zones about which information is available on the local system in CSharp
  8. Get local time that corresponds to a specified date and time value in CSharp
  9. Get possible dates and times that an ambiguous date and time(DateTimeOffset) can be mapped to in CSharp
  10. Get possible dates and times that an ambiguous date and time(DateTime) can be mapped to in CSharp
  11. Get the display name for the time zone ' s standard time in CSharp
  12. Get the general display name that represents the time zone in CSharp
  13. Get the standard time zone name in CSharp
  14. Get the time zone identifier in CSharp
  15. Get time zone of the current computer in CSharp

Convert

  1. Convert a Coordinated Universal Time (UTC) to the time in a specified time zone in CSharp
  2. Convert a time from one time zone to another based on time zone identifiers in CSharp
  3. Convert a time from one time zone to another in CSharp
  4. Convert a time to the time in a particular time zone in CSharp
  5. Convert a time to the time in another time zone based on the time zone ' s identifier in CSharp
  6. Convert the current TimeZoneInfo object to a serialized string in CSharp
  7. Convert the specified date and time to Coordinated Universal Time (UTC) in CSharp
  8. Convert the time in a specified time zone to Coordinated Universal Time (UTC) in CSharp

Create

  1. Create time zone from identifier, an offset from (UTC), a display name, and a standard time display name in CSharp
  2. Deserialize a string and recreate an original serialized TimeZoneInfo object in CSharp




















Home »
  C# Tutorial »
    Data Types »




C# Data Types
Bool
Byte
Char
Decimal
Double
Float
Integer
Long
Short
String
C# Array
Array Example
Byte Array
C# Standard Data Type Format
BigInteger
Complex
Currency
DateTime
DateTimeOffset
DateTime Format Parse Convert
TimeSpan
TimeZone
Enum
Null
tuple
var