次の方法で共有


ReferenceTime Class

Definition

Details in effect at the local time.

public class ReferenceTime
type ReferenceTime = class
Public Class ReferenceTime
Inheritance
ReferenceTime

Properties

DaylightSavingsOffset

Time saving in TimeSpan format in effect at the ReferenceUTCTimestamp.

PosixTimeZone

POSIX string used to set the time zone environment variable.

PosixTimeZoneValidYear

The year this POSIX string is valid for. Note: A POSIX string will only be valid in the given year.

StandardOffset

UTC offset in TimeSpan format in effect at the ReferenceUTCTimestamp.

Sunrise

Sunrise at the given time zone as shown in the Tag property. The sunrise is described in the ISO8601 format. (Only be populated if the call is byCoordinates).

Sunset

Sunset at the given time zone as shown in the Tag property. The sunset is described in the ISO8601 format.(Only be populated if the call is byCoordinates).

Tag

Time zone name in effect at the reference timestamp (i.e. PST or PDT depending whether Daylight Savings Time is in effect).

WallTime

Current wall time at the given time zone as shown in the Tag property.

Applies to