Click or drag to resize

FileBasedFitFunctionInformationCreationTime 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.3572.0 (4.8.3572.0)
Syntax
C#
public DateTime? CreationTime { get; }

Property Value

NullableDateTime
The creation time, or null.

Implements

IFitFunctionInformationCreationTime
See Also