TimezoneListResponse
Namespace: Busy.Bar
The list of time zones accepted when setting the device's timezone.
public sealed record class TimezoneListResponse : System.IEquatable`1[[Busy.Bar.TimezoneListResponse, BusyBar, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
Inheritance Object → TimezoneListResponse
Implements IEquatable<TimezoneListResponse>
Attributes NullableContextAttribute, NullableAttribute
Properties
List
Supported time zones.
public IReadOnlyList<TimezoneInfo> List { get; init; }
Property Value
Constructors
TimezoneListResponse(IReadOnlyList<TimezoneInfo>)
The list of time zones accepted when setting the device's timezone.
public TimezoneListResponse(IReadOnlyList<TimezoneInfo> List)
Parameters
List IReadOnlyList<TimezoneInfo>
Supported time zones.