In This Topic
Determines whether the time portion of a DateTime is 12:00am (seconds ignored)
Syntax
'Declaration
Public Shared Function IsStartOfDay( _
ByVal As Date _
) As Boolean
public static bool IsStartOfDay(
DateTime
)
Parameters
- value
See Also