DateTimeMathRoundDownToStartOfHour Method |
The date x is rounded down to the start of an hour. If x designates exactly the start of an hour, then x is returned unchanged.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static DateTime RoundDownToStartOfHour(
DateTime x
)
Parameters
- x DateTime
- The date argument.
Return Value
DateTime
The date x is rounded down to the start of an hour. If
x designates exactly the start of an hour, then x is returned unchanged.
The time zone information of the return value is copied from
x.
See Also