Table of Contents

Class CloudTimeZoneResult

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll

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 string

The Olsen ID of the timezone

countryName string

The country name

countryCode string

The country code

comment string

The comment

currentLocalTime DateTime

The current local time

currentUtcTime DateTime

The current UTC time

offsetSeconds double

The number of seconds the local timezone is offset from UTC

daylightSavingsActive bool

Whether the Daylight Savings Time is currently active.

shape MultipolygonShape

The shape of the timezone

Properties

Comment

The comment.

public string Comment { get; }

Property Value

string

CountryCode

The country code.

public string CountryCode { get; }

Property Value

string

CountryName

The country name.

public string CountryName { get; }

Property Value

string

CurrentLocalTime

The current local time.

public DateTime CurrentLocalTime { get; }

Property Value

DateTime

CurrentUtcTime

The current UTC time.

public DateTime CurrentUtcTime { get; }

Property Value

DateTime

DaylightSavingsActive

Whether the Daylight Savings Time is currently active.

public bool DaylightSavingsActive { get; }

Property Value

bool

OffsetSeconds

The number of seconds the local timezone is offset from UTC.

public double OffsetSeconds { get; }

Property Value

double

Shape

The shape of the timezone.

public MultipolygonShape Shape { get; }

Property Value

MultipolygonShape

TimeZone

The Olsen ID of the timezone.

public string TimeZone { get; }

Property Value

string