Click or drag to resize

FiniteDateTimeBoundariesAdd(DateTime) Method

Adds a single DateTime value to the tracked boundaries.

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

Parameters

d  DateTime
The value to add.

Return Value

Boolean
if the value contributed to the boundaries; otherwise, .
See Also