Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
CSReportDll
cStructTime
C# Class CSReportDll.cStructTime
ファイルを表示
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