C# 클래스 CrossUI.iOS.Dialog.Elements.DateElement

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

공개 메소드들

메소드 설명
CreatePicker ( ) : UIDatePicker
DateElement ( string caption = null ) : System
DateElement ( string caption, System.DateTime date ) : System

메소드 상세

CreatePicker() 공개 메소드

public CreatePicker ( ) : UIDatePicker
리턴 UIDatePicker

DateElement() 공개 메소드

public DateElement ( string caption = null ) : System
caption string
리턴 System

DateElement() 공개 메소드

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