TimeValue(DateTime) Method
In This Topic
Returns a DateTime containing only the time portion from the source value. The date portion is set to January 1,1900.
Syntax
'Declaration
<PureAttribute()>
Public Overloads Shared Function TimeValue( _
ByVal As Date _
) As Date
[Pure()]
public static DateTime TimeValue(
DateTime
)
[Pure()]
public:
static DateTime TimeValue(
DateTime
)
Parameters
- src
See Also