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
Public Overloads Shared Function TimeValue( _
ByVal As Date _
) As Date
public static DateTime TimeValue(
DateTime
)
Parameters
- src
See Also