Property | Type | Description | |
---|---|---|---|
DateValue | DateTime? | ||
datePicker | UIDatePicker |
Property | Type | Description | |
---|---|---|---|
fmt | NSDateFormatter |
Method | Description | |
---|---|---|
CreatePicker ( ) : UIDatePicker | ||
DateTimeElement ( string caption, System.DateTime date ) : System | ||
FormatDate ( System.DateTime dt ) : string | ||
GetCell ( UITableView tv ) : UITableViewCell |
public DateTimeElement ( string caption, System.DateTime date ) : System | ||
caption | string | |
date | System.DateTime | |
return | System |
public FormatDate ( System.DateTime dt ) : string | ||
dt | System.DateTime | |
return | string |
public GetCell ( UITableView tv ) : UITableViewCell | ||
tv | UITableView | |
return | UITableViewCell |