C# Class java.sql.Date

Inheritance: java.util.Date
Exibir arquivo Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method Description
Date ( int arg0, int arg1, int arg2 )
Date ( long arg0 )
getHours ( ) : int
getMinutes ( ) : int
getSeconds ( ) : int
setHours ( int arg0 ) : void
setMinutes ( int arg0 ) : void
setSeconds ( int arg0 ) : void
setTime ( long arg0 ) : void
toString ( ) : global::java.lang.String
valueOf ( java arg0 ) : global::java.sql.Date

Protected Methods

Method Description
Date ( global @__env )

Private Methods

Method Description
Date ( )

Method Details

Date() protected method

protected Date ( global @__env )
@__env global

Date() public method

public Date ( int arg0, int arg1, int arg2 )
arg0 int
arg1 int
arg2 int

Date() public method

public Date ( long arg0 )
arg0 long

getHours() public method

public getHours ( ) : int
return int

getMinutes() public method

public getMinutes ( ) : int
return int

getSeconds() public method

public getSeconds ( ) : int
return int

setHours() public method

public setHours ( int arg0 ) : void
arg0 int
return void

setMinutes() public method

public setMinutes ( int arg0 ) : void
arg0 int
return void

setSeconds() public method

public setSeconds ( int arg0 ) : void
arg0 int
return void

setTime() public method

public setTime ( long arg0 ) : void
arg0 long
return void

toString() public method

public toString ( ) : global::java.lang.String
return global::java.lang.String

valueOf() public static method

public static valueOf ( java arg0 ) : global::java.sql.Date
arg0 java
return global::java.sql.Date