API Reference

Enum

OutlookLocalTimeStatus

Namespace OfficeIMO.Email
Assembly OfficeIMO.Email
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Status of a local clock value in an Outlook time-zone rule.

Inheritance

  • Enum
  • OutlookLocalTimeStatus

Usage

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

Values

public const OutlookLocalTimeStatus Unambiguous #

The local value maps to exactly one UTC instant.

Value: 0
public const OutlookLocalTimeStatus Invalid #

The local value is skipped when the clock moves forward.

Value: 1
public const OutlookLocalTimeStatus Ambiguous #

The local value occurs twice when the clock moves backward.

Value: 2