_AppointmentItem.Duration 属性

定义

返回或设置 C# 中的 整数 (int ) 值,该值指示持续时间 (以分钟为单位,) AppointmentItem。 读/写。

public:
 property int Duration { int get(); void set(int value); };
public int Duration { get; set; }
Public Property Duration As Integer

属性值

适用于