CalendarDayButton.IsToday 屬性

定義

取得值,指出這個按鈕表示的日期是否為目前日期。

public:
 property bool IsToday { bool get(); };
public bool IsToday { get; }
member this.IsToday : bool
Public ReadOnly Property IsToday As Boolean

屬性值

Boolean

如果該日期即目前的日期則為 true,否則為 false

適用於