C# Class CSReportDll.cStructTime

Show file Open project: javiercrowsoft/CSReports.net Class Usage Examples

Public Methods

Method Description
getHour ( ) : int
getMinute ( ) : int
getSecond ( ) : int
setHour ( int rhs ) : void
setMinute ( int rhs ) : void
setSecond ( int rhs ) : void

Method Details

getHour() public method

public getHour ( ) : int
return int

getMinute() public method

public getMinute ( ) : int
return int

getSecond() public method

public getSecond ( ) : int
return int

setHour() public method

public setHour ( int rhs ) : void
rhs int
return void

setMinute() public method

public setMinute ( int rhs ) : void
rhs int
return void

setSecond() public method

public setSecond ( int rhs ) : void
rhs int
return void