DateTimeExtensions.StartOfHour Method

Returns the start of the hour that contains the specified instant.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static DateTime StartOfHour(
	this DateTime date
)

Parameters

date  DateTime
An instant.

Return Value

DateTime
The instant at the beginning of the hour that contains date.

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