DateTimeTickSpacingTimeSpanExSubtract Method |
Subtracts the specified span from the specified date-time value.
Namespace: Altaxo.Graph.Scales.TicksAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static DateTime Subtract(
DateTime x,
DateTimeTickSpacingTimeSpanEx span
)
Parameters
- x DateTime
- The date-time value.
- span DateTimeTickSpacingTimeSpanEx
- The span to subtract.
Return Value
DateTimeThe resulting date-time value.
See Also