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#
The instant at the end of the day that contains date.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
public static DateTime EndOfDay(
this DateTime date
)
ParametersPermalink
- date DateTime
- An instant.
Return ValuePermalink
DateTimeThe instant at the end of the day that contains date.