Click or drag to resize

IFitFunctionInformationCreationTime Property

Gets the creation time of this fit function, or null if no creation time is available (e.g. for builtin fit functions).

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
DateTime? CreationTime { get; }

Property Value

NullableDateTime
The creation time, or null.
See Also