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.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax DateTime? CreationTime { get; }
Property Value
NullableDateTime
The creation time, or null.
See Also