TimeSetTimezoneParams
Namespace: Busy.Bar
Requested timezone.
public sealed record class TimeSetTimezoneParams : System.IEquatable`1[[Busy.Bar.TimeSetTimezoneParams, BusyBar, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
Inheritance Object → TimeSetTimezoneParams
Implements IEquatable<TimeSetTimezoneParams>
Attributes NullableContextAttribute, NullableAttribute
Properties
Timezone
Timezone name; see TimezoneListResponse for the accepted names.
public string Timezone { get; init; }
Property Value
Constructors
TimeSetTimezoneParams(String)
Requested timezone.
public TimeSetTimezoneParams(string Timezone)
Parameters
Timezone String
Timezone name; see TimezoneListResponse for the accepted names.