FiniteDateTimeBoundariesAdd(DateTime) Method |
Adds a single
DateTime value to the tracked boundaries.
Namespace: Altaxo.Graph.Scales.BoundariesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool Add(
DateTime d
)
Parameters
- d DateTime
- The value to add.
Return Value
Boolean if the value contributed to the boundaries; otherwise,
.
See Also