Property | Type | Description | |
---|---|---|---|
datePicker | UIDatePicker |
Property | Type | Description | |
---|---|---|---|
fmt | NSDateFormatter |
Method | Description | |
---|---|---|
CreatePicker ( ) : UIDatePicker | ||
Format ( System.DateTime dt ) : string |
MA.D unification
|
|
FormatDate ( System.DateTime dt ) : string | ||
GetCell ( UITableView tv ) : UITableViewCell | ||
Selected ( |
Method | Description | |
---|---|---|
DateTimeElement ( string caption, System.DateTime date, int layoutId ) : System | ||
Dispose ( bool disposing ) : void | ||
GetDateWithKind ( System.DateTime dt ) : System.DateTime |
Method | Description | |
---|---|---|
PickerFrameWithSize ( SizeF size ) : RectangleF |
protected DateTimeElement ( string caption, System.DateTime date, int layoutId ) : System | ||
caption | string | |
date | System.DateTime | |
layoutId | int | |
return | System |
public Format ( System.DateTime dt ) : string | ||
dt | System.DateTime | |
return | string |
public FormatDate ( System.DateTime dt ) : string | ||
dt | System.DateTime | |
return | string |
public GetCell ( UITableView tv ) : UITableViewCell | ||
tv | UITableView | |
return | UITableViewCell |
protected GetDateWithKind ( System.DateTime dt ) : System.DateTime | ||
dt | System.DateTime | |
return | System.DateTime |
public Selected ( |
||
dvc | ||
tableView | UITableView | |
path | NSIndexPath | |
return | void |