C# 클래스 LitDev.FormCalendar

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: litdev1/LitDev 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
lastClick System.DateTime
result System.DateTime

공개 메소드들

메소드 설명
FormCalendar ( System.DateTime start ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void
monthCalendar1_DateSelected ( object sender, DateRangeEventArgs e ) : void
monthCalendar1_KeyDown ( object sender, KeyEventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

FormCalendar() 공개 메소드

public FormCalendar ( System.DateTime start ) : System
start System.DateTime
리턴 System

프로퍼티 상세

lastClick 공개적으로 프로퍼티

public DateTime,System lastClick
리턴 System.DateTime

result 공개적으로 프로퍼티

public DateTime,System result
리턴 System.DateTime