Click or drag to resize

DateTimeTickSpacingTimeSpanExSubtract Method

Subtracts the specified span from the specified date-time value.

Namespace: Altaxo.Graph.Scales.Ticks
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static DateTime Subtract(
	DateTime x,
	DateTimeTickSpacingTimeSpanEx span
)

Parameters

x  DateTime
The date-time value.
span  DateTimeTickSpacingTimeSpanEx
The span to subtract.

Return Value

DateTime
The resulting date-time value.
See Also