Returns the end of the hour that contains the specified instant.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static DateTime EndOfHour(
this DateTime date
)
<ExtensionAttribute>
Public Shared Function EndOfHour (
date As DateTime
) As DateTime
public:
[ExtensionAttribute]
static DateTime EndOfHour(
DateTime date
)
[<ExtensionAttribute>]
static member EndOfHour :
date : DateTime -> DateTime
Parameters
- date
- Type: SystemDateTime
An instant.
Return Value
Type:
DateTimeThe instant at the end 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).
Reference