Class CloudTimeZoneResult
Represents the result of the TimeZone.
[Obfuscation(Exclude = true)]
public class CloudTimeZoneResult
- Inheritance
-
CloudTimeZoneResult
- Inherited Members
Remarks
Represents the result of the TimeZone.
Constructors
CloudTimeZoneResult(string, string, string, string, DateTime, DateTime, double, bool, MultipolygonShape)
The constructor of this class.
public CloudTimeZoneResult(string timezone, string countryName, string countryCode, string comment, DateTime currentLocalTime, DateTime currentUtcTime, double offsetSeconds, bool daylightSavingsActive, MultipolygonShape shape)
Parameters
timezone
stringThe Olsen ID of the timezone
countryName
stringThe country name
countryCode
stringThe country code
comment
stringThe comment
currentLocalTime
DateTimeThe current local time
currentUtcTime
DateTimeThe current UTC time
offsetSeconds
doubleThe number of seconds the local timezone is offset from UTC
daylightSavingsActive
boolWhether the Daylight Savings Time is currently active.
shape
MultipolygonShapeThe shape of the timezone
Properties
Comment
The comment.
public string Comment { get; }
Property Value
CountryCode
The country code.
public string CountryCode { get; }
Property Value
CountryName
The country name.
public string CountryName { get; }
Property Value
CurrentLocalTime
The current local time.
public DateTime CurrentLocalTime { get; }
Property Value
CurrentUtcTime
The current UTC time.
public DateTime CurrentUtcTime { get; }
Property Value
DaylightSavingsActive
Whether the Daylight Savings Time is currently active.
public bool DaylightSavingsActive { get; }
Property Value
OffsetSeconds
The number of seconds the local timezone is offset from UTC.
public double OffsetSeconds { get; }
Property Value
Shape
The shape of the timezone.
public MultipolygonShape Shape { get; }
Property Value
TimeZone
The Olsen ID of the timezone.
public string TimeZone { get; }