OlFormatDuration Enum

Definition

Indicates the format used to display duration Outlook item properties.

public enum class OlFormatDuration
public enum OlFormatDuration
Public Enum OlFormatDuration
Inheritance
OlFormatDuration

Fields

olFormatDurationLong 2

Displays duration values using full names for time period descriptions.

olFormatDurationLongBusiness 4

Displays duration values, taking into consideration specified calendar work week settings and using full names for time period descriptions.

olFormatDurationShort 1

Displays duration values using abbreviations for time period descriptions.

olFormatDurationShortBusiness 3

Displays duration values, taking into consideration specified calendar work week settings and using abbreviations for time period descriptions.

Remarks

Used by the FieldFormat property of the _ColumnFormat object, and the DisplayFormat property of the UserDefinedProperty object.

Applies to