TimeValue(Int32,Int32) Method
In This Topic
Returns a DateTime representing the time portion only for the specified hour and minute
Syntax
'Declaration
<PureAttribute()>
Public Overloads Shared Function TimeValue( _
ByVal As Integer, _
ByVal As Integer _
) As Date
[Pure()]
public static DateTime TimeValue(
int ,
int
)
[Pure()]
public:
static DateTime TimeValue(
int ,
int
)
Parameters
- hour
- minute
See Also