OlFormatDuration 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示用于显示持续时间类型的 Outlook 项目属性的格式。
public enum class OlFormatDuration
public enum OlFormatDuration
Public Enum OlFormatDuration
- 继承
-
OlFormatDuration
字段
名称 | 值 | 说明 |
---|---|---|
olFormatDurationShort | 1 | 使用时间段描述的缩写显示持续时间值。 |
olFormatDurationLong | 2 | 使用时间段描述的全名显示持续时间值。 |
olFormatDurationShortBusiness | 3 | 根据指定的日历工作周设置并使用时间段描述的缩写,显示持续时间值。 |
olFormatDurationLongBusiness | 4 | 根据指定的日历工作周设置并使用时间段描述的全名,显示持续时间值。 |
注解
由 FieldFormat 对象的 属性 _ColumnFormat 和 DisplayFormat 对象的 属性使用 UserDefinedProperty 。