Click or drag to resize

DateTimeTickSpacingTimeSpanExRoundUp Method

Rounds the specified date-time up to the next matching boundary.

Namespace: Altaxo.Graph.Scales.Ticks
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public DateTime RoundUp(
	DateTime d
)

Parameters

d  DateTime
The date-time value.

Return Value

DateTime
The rounded date-time value.
See Also