C# Class MonoMobile.Views.DateTimeCellView

Inheritance: FocusableCellView, IHandleNotifyPropertyChanged
Exibir arquivo Open project: RobertKozak/MonoMobile.Views

Public Properties

Property Type Description
DatePicker UIDatePicker

Protected Properties

Property Type Description
fmt NSDateFormatter

Public Methods

Method Description
CreatePicker ( ) : UIDatePicker
DateTimeCellView ( RectangleF frame ) : System
FormatDate ( System.DateTime dt ) : string
HandleNotifyPropertyChanged ( object sender, System e ) : void
UpdateCell ( UITableViewCell cell, NSIndexPath indexPath ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

CreatePicker() public method

public CreatePicker ( ) : UIDatePicker
return UIDatePicker

DateTimeCellView() public method

public DateTimeCellView ( RectangleF frame ) : System
frame System.Drawing.RectangleF
return System

Dispose() protected method

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

FormatDate() public method

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

HandleNotifyPropertyChanged() public method

public HandleNotifyPropertyChanged ( object sender, System e ) : void
sender object
e System
return void

UpdateCell() public method

public UpdateCell ( UITableViewCell cell, NSIndexPath indexPath ) : void
cell UITableViewCell
indexPath NSIndexPath
return void

Property Details

DatePicker public_oe property

public UIDatePicker DatePicker
return UIDatePicker

fmt protected_oe property

protected NSDateFormatter fmt
return NSDateFormatter