OlFormatDuration 枚举

定义

表示用于显示持续时间类型的 Outlook 项目属性的格式。

public enum class OlFormatDuration
public enum OlFormatDuration
Public Enum OlFormatDuration
继承
OlFormatDuration

字段

olFormatDurationLong 2

使用时间段描述的全名显示持续时间值。

olFormatDurationLongBusiness 4

根据指定的日历工作周设置并使用时间段描述的全名,显示持续时间值。

olFormatDurationShort 1

使用时间段描述的缩写显示持续时间值。

olFormatDurationShortBusiness 3

根据指定的日历工作周设置并使用时间段描述的缩写,显示持续时间值。

注解

FieldFormat 对象的 属性 _ColumnFormatDisplayFormat 对象的 属性使用 UserDefinedProperty

适用于