DateTimeExtensionsMidnight Method |
Returns the date part of the input date with the time of day as 00:00:00. Equivalent to DateTime.Date.
Namespace: Entelect.ExtensionsAssembly: Entelect (in Entelect.dll) Version: 0.0.79
Syntaxpublic static DateTime Midnight(
this DateTime input
)
Parameters
- input
- Type: SystemDateTime
The input date
Return Value
Type:
DateTimeThe input date at midnight
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
DateTime. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also