Click or drag to resize

DateTimeTickSpacingTimeSpanExAdd Method

Adds the specified span to 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 Add(
	DateTime x,
	DateTimeTickSpacingTimeSpanEx span
)

Parameters

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

Return Value

DateTime
The resulting date-time value.
See Also