C# 클래스 MonoDroid.Dialog.TimeElement

상속: DateTimeElement
파일 보기 프로젝트 열기: CartBlanche/MonoDroid.Dialog 1 사용 예제들

공개 메소드들

메소드 설명
Format ( System.DateTime dt ) : string
OnDateSet ( object sender, Android.App.TimePickerDialog e ) : void
TimeElement ( string caption, System.DateTime date ) : System
TimeElement ( string caption, System.DateTime date, int layoutId ) : System

비공개 메소드들

메소드 설명
EditDate ( ) : void

메소드 상세

Format() 공개 메소드

public Format ( System.DateTime dt ) : string
dt System.DateTime
리턴 string

OnDateSet() 공개 메소드

public OnDateSet ( object sender, Android.App.TimePickerDialog e ) : void
sender object
e Android.App.TimePickerDialog
리턴 void

TimeElement() 공개 메소드

public TimeElement ( string caption, System.DateTime date ) : System
caption string
date System.DateTime
리턴 System

TimeElement() 공개 메소드

public TimeElement ( string caption, System.DateTime date, int layoutId ) : System
caption string
date System.DateTime
layoutId int
리턴 System