RemoveSeconds(DateTime) Method
In This Topic
Returns a new DateTime value identical to the source but with seconds set to 0.
Syntax
'Declaration
Public Overloads Shared Function RemoveSeconds( _
ByVal As Date _
) As Date
public static DateTime RemoveSeconds(
DateTime
)
Parameters
- value
See Also