API Reference

Class

OutlookTimeZoneRule

Namespace OfficeIMO.Email
Assembly OfficeIMO.Email
Modifiers sealed

One TZRule contained in an Outlook time-zone definition.

Inheritance

  • Object
  • OutlookTimeZoneRule

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

Properties

public UInt16 Flags { get; set; } #

Raw TZRULE flags.

public UInt16 EffectiveYear { get; set; } #

Year from which the rule is effective.

public Int32 BiasMinutes { get; set; } #

Minutes added to local time to obtain UTC.

public Int32 StandardBiasMinutes { get; set; } #

Additional standard-time bias.

public Int32 DaylightBiasMinutes { get; set; } #

Additional daylight-time bias.

public OutlookTimeZoneTransition StandardTransition { get; set; } #

Transition to standard time.

public OutlookTimeZoneTransition DaylightTransition { get; set; } #

Transition to daylight time.

public TimeSpan StandardUtcOffset { get; } #

UTC offset during standard time.

public TimeSpan DaylightUtcOffset { get; } #

UTC offset during daylight time.

public Boolean HasDaylightSaving { get; } #

Whether this rule declares daylight transitions.