API Reference

Enum

IcsTemporalValueKind

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

RFC 5545 temporal representation without collapsing floating or TZID-local values to UTC.

Inheritance

  • Enum
  • IcsTemporalValueKind

Usage

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

Values

public const IcsTemporalValueKind Date #

Calendar date without a time of day.

Value: 0
public const IcsTemporalValueKind FloatingDateTime #

Floating local date-time without a time-zone association.

Value: 1
public const IcsTemporalValueKind UtcDateTime #

UTC date-time ending in Z.

Value: 2
public const IcsTemporalValueKind ZonedDateTime #

Local clock date-time associated with a TZID.

Value: 3