  | DataFrameCreateDate Property | 
            Gets the creation datetime for this data object.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DateTime CreateDate { get; }Public ReadOnly Property CreateDate As DateTime
	Get
public:
property DateTime CreateDate {
	DateTime get ();
}member CreateDate : DateTime with get
Property Value
DateTime
See Also