C# Class MonoMobile.Dialog.DateTimeElement

Inheritance: StringElement
Exibir arquivo Open project: moljac/MonoMobile.Dialog Class Usage Examples

Public Properties

Property Type Description
datePicker UIDatePicker

Protected Properties

Property Type Description
fmt NSDateFormatter

Public Methods

Method Description
CreatePicker ( ) : UIDatePicker
Format ( System.DateTime dt ) : string

MA.D unification

FormatDate ( System.DateTime dt ) : string
GetCell ( UITableView tv ) : UITableViewCell
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void

Protected Methods

Method Description
DateTimeElement ( string caption, System.DateTime date, int layoutId ) : System
Dispose ( bool disposing ) : void
GetDateWithKind ( System.DateTime dt ) : System.DateTime

Private Methods

Method Description
PickerFrameWithSize ( SizeF size ) : RectangleF

Method Details

CreatePicker() public method

public CreatePicker ( ) : UIDatePicker
return UIDatePicker

DateTimeElement() protected method

protected DateTimeElement ( string caption, System.DateTime date, int layoutId ) : System
caption string
date System.DateTime
layoutId int
return System

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Format() public method

MA.D unification
public Format ( System.DateTime dt ) : string
dt System.DateTime
return string

FormatDate() public method

public FormatDate ( System.DateTime dt ) : string
dt System.DateTime
return string

GetCell() public method

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
return UITableViewCell

GetDateWithKind() protected method

protected GetDateWithKind ( System.DateTime dt ) : System.DateTime
dt System.DateTime
return System.DateTime

Selected() public method

public Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void
dvc DialogViewController
tableView UITableView
path NSIndexPath
return void

Property Details

datePicker public_oe property

public UIDatePicker datePicker
return UIDatePicker

fmt protected_oe property

protected NSDateFormatter fmt
return NSDateFormatter