OlFormatDuration Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the format used to display duration Outlook item properties.
public enum class OlFormatDuration
public enum OlFormatDuration
Public Enum OlFormatDuration
- Inheritance
-
OlFormatDuration
Fields
Name | Value | Description |
---|---|---|
olFormatDurationShort | 1 | Displays duration values using abbreviations for time period descriptions. |
olFormatDurationLong | 2 | Displays duration values using full names for time period descriptions. |
olFormatDurationShortBusiness | 3 | Displays duration values, taking into consideration specified calendar work week settings and using abbreviations 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. |
Remarks
Used by the FieldFormat property of the _ColumnFormat object, and the DisplayFormat property of the UserDefinedProperty object.