In This Topic
Returns a DateTime representing the time portion only for the specified hour and minute
Overload List
Overload | Description |
TimeValue(Int32,Int32) |
Returns a DateTime representing the time portion only for the specified hour and minute
|
TimeValue(DateTime) |
Returns a DateTime containing only the time portion from the source value. The date portion is set to January 1,1900.
|
TimeValue(Nullable<DateTime>) |
Returns a DateTime containing only the time portion from the source value. The date portion is set to January 1,1900.
|
See Also