DatabaseTdcreate Property
|
Property that represents the time and date, in
local time, that the database was created. This property
corresponds to the TDCREATE system variable.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public DateTime Tdcreate { get; }
Public ReadOnly Property Tdcreate As DateTime
Get
public:
property DateTime Tdcreate {
DateTime get ();
}
member Tdcreate : DateTime with get
Property Value
DateTime
See Also