C# Class MVVMEmiExtensions.EmiTimePicker

Inheritance: Android.Widget.TimePicker
显示文件 Open project: eMi-/mvvmcross_datepicker_timepicker Class Usage Examples

Public Methods

Method Description
EmiTimePicker ( Android.Content.Context context ) : System
EmiTimePicker ( Android.Content.Context context, IAttributeSet attrs ) : System
InternalSetValueAndRaiseChanged ( System.TimeSpan timeSpan ) : void

Private Methods

Method Description
Init ( System.TimeSpan timeSpan ) : void

Method Details

EmiTimePicker() public method

public EmiTimePicker ( Android.Content.Context context ) : System
context Android.Content.Context
return System

EmiTimePicker() public method

public EmiTimePicker ( Android.Content.Context context, IAttributeSet attrs ) : System
context Android.Content.Context
attrs IAttributeSet
return System

InternalSetValueAndRaiseChanged() public method

public InternalSetValueAndRaiseChanged ( System.TimeSpan timeSpan ) : void
timeSpan System.TimeSpan
return void