Gets the creation datetime for this data object.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public DateTime CreateDate { get; }
Visual Basic (Declaration)
Public ReadOnly Property CreateDate As DateTime
Visual C++
public:
property DateTime CreateDate {
	DateTime get ();
}

See Also