Click or drag to resize

DateTimeTickSpacingTimeSpanExRoundDown Method

Rounds the specified date-time down to the previous 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 RoundDown(
	DateTime d
)

Parameters

d  DateTime
The date-time value.

Return Value

DateTime
The rounded date-time value.
See Also