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