Date Time Extensions.End Of Hour Method
Returns the end of the hour that contains the specified instant.
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The instant at the end of the hour that contains date.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static DateTime EndOfHour(
this DateTime date
)
Parameters
- date DateTime
- An instant.
Return Value
DateTimeThe instant at the end of the hour that contains date.