TimezoneInfo
Namespace: Busy.Bar
A time zone the device recognizes.
public sealed record class TimezoneInfo : System.IEquatable`1[[Busy.Bar.TimezoneInfo, BusyBar, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
Inheritance Object → TimezoneInfo
Implements IEquatable<TimezoneInfo>
Attributes NullableContextAttribute, NullableAttribute
Properties
Name
Time zone name.
public string Name { get; init; }
Property Value
Offset
Time zone offset from UTC.
public string Offset { get; init; }
Property Value
Abbr
Time zone abbreviation.
public string Abbr { get; init; }
Property Value
Constructors
TimezoneInfo(String, String, String)
A time zone the device recognizes.
public TimezoneInfo(string Name, string Offset, string Abbr)
Parameters
Name String
Time zone name.
Offset String
Time zone offset from UTC.
Abbr String
Time zone abbreviation.