DateTimeExtensions.EndOfDay Method

Returns the end of the day that contains the specified instant.

DefinitionPermalink

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
public static DateTime EndOfDay(
	this DateTime date
)

ParametersPermalink

date  DateTime
An instant.

Return ValuePermalink

DateTime
The instant at the end of the day that contains date.

Usage NotePermalink

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 AlsoPermalink