C# 클래스 Android.Dialog.DateTimeElement

상속: StringElement
파일 보기 프로젝트 열기: benhorgen/MonoCross-Example 1 사용 예제들

공개 메소드들

메소드 설명
DateTimeElement ( string caption, System.DateTime date ) : System
DateTimeElement ( string caption, System.DateTime date, int layoutId ) : System
Format ( System.DateTime dt ) : string

메소드 상세

DateTimeElement() 공개 메소드

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

DateTimeElement() 공개 메소드

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

Format() 공개 메소드

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