C# 클래스 MonoTouch.Dialog.DateTimeElement

상속: StringElement
파일 보기 프로젝트 열기: escoz/MonoMobile.Forms 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DateValue DateTime?
datePicker UIDatePicker

보호된 프로퍼티들

프로퍼티 타입 설명
fmt NSDateFormatter

공개 메소드들

메소드 설명
CreatePicker ( ) : UIDatePicker
DateTimeElement ( string caption, System.DateTime date ) : System
FormatDate ( System.DateTime dt ) : string
GetCell ( UITableView tv ) : UITableViewCell

메소드 상세

CreatePicker() 공개 메소드

public CreatePicker ( ) : UIDatePicker
리턴 UIDatePicker

DateTimeElement() 공개 메소드

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

FormatDate() 공개 메소드

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

GetCell() 공개 메소드

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
리턴 UITableViewCell

프로퍼티 상세

DateValue 공개적으로 프로퍼티

public DateTime? DateValue
리턴 DateTime?

datePicker 공개적으로 프로퍼티

public UIDatePicker datePicker
리턴 UIDatePicker

fmt 보호되어 있는 프로퍼티

protected NSDateFormatter fmt
리턴 NSDateFormatter