API Reference

Enum

OutlookAmbiguousTimePolicy

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

Policy used when an Outlook local time occurs twice.

Inheritance

  • Enum
  • OutlookAmbiguousTimePolicy

Usage

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

Accepted by parameters

Values

public const OutlookAmbiguousTimePolicy EarlierUtc #

Return the chronologically earlier UTC instant.

Value: 0
public const OutlookAmbiguousTimePolicy LaterUtc #

Return the chronologically later UTC instant.

Value: 1
public const OutlookAmbiguousTimePolicy Throw #

Reject ambiguous local clock values.

Value: 2