DaysOfWeekSelector.Thursday 属性

定义

获取或设置一个值,该值指示计划的报表是否在星期四运行。

public:
 property bool Thursday { bool get(); void set(bool value); };
public bool Thursday { get; set; }
member this.Thursday : bool with get, set
Public Property Thursday As Boolean

属性值

如果计划的报表在星期四运行,则为 true;否则为 false。 默认为 false

适用于