OlFormatDuration Enumeration
Indicates the format used to display duration Outlook item properties.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlFormatDuration
'Usage
Dim instance As OlFormatDuration
public enum OlFormatDuration
Members
Member name | Description | |
---|---|---|
olFormatDurationShort | Displays duration values using abbreviations for time period descriptions. | |
olFormatDurationLong | Displays duration values using full names for time period descriptions. | |
olFormatDurationShortBusiness | Displays duration values, taking into consideration specified calendar work week settings and using abbreviations for time period descriptions. | |
olFormatDurationLongBusiness | 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.