C# Class android.widget.DigitalClock

Inheritance: android.widget.TextView
Show file Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method Description
DigitalClock ( android arg0 )
DigitalClock ( android arg0, android arg1 )

Protected Methods

Method Description
DigitalClock ( global @__env )
onAttachedToWindow ( ) : void
onDetachedFromWindow ( ) : void

Private Methods

Method Description
DigitalClock ( )

Method Details

DigitalClock() public method

public DigitalClock ( android arg0 )
arg0 android

DigitalClock() public method

public DigitalClock ( android arg0, android arg1 )
arg0 android
arg1 android

DigitalClock() protected method

protected DigitalClock ( global @__env )
@__env global

onAttachedToWindow() protected method

protected onAttachedToWindow ( ) : void
return void

onDetachedFromWindow() protected method

protected onDetachedFromWindow ( ) : void
return void