C# 클래스 WinRTXamlToolkit.Controls.CalendarDateRange

Represents a range of dates in a T:WinRTXamlToolkit.Controls.Calendar.
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit 1 사용 예제들

공개 메소드들

메소드 설명
CalendarDateRange ( System.DateTime day ) : System

Initializes a new instance of the T:WinRTXamlToolkit.Controls.CalendarDateRange class with a single date.

CalendarDateRange ( System.DateTime start, System.DateTime end ) : System

Initializes a new instance of the T:WinRTXamlToolkit.Controls.CalendarDateRange class with a range of dates.

비공개 메소드들

메소드 설명
ContainsAny ( CalendarDateRange range ) : bool

Returns true if any day in the given DateTime range is contained in the current CalendarDateRange.

메소드 상세

CalendarDateRange() 공개 메소드

Initializes a new instance of the T:WinRTXamlToolkit.Controls.CalendarDateRange class with a single date.
public CalendarDateRange ( System.DateTime day ) : System
day System.DateTime The date to be represented by the range.
리턴 System

CalendarDateRange() 공개 메소드

Initializes a new instance of the T:WinRTXamlToolkit.Controls.CalendarDateRange class with a range of dates.
public CalendarDateRange ( System.DateTime start, System.DateTime end ) : System
start System.DateTime /// The start of the range to be represented. ///
end System.DateTime The end of the range to be represented.
리턴 System