MonthsOfYearSelector.January 属性

定义

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

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

属性值

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

适用于