This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 415
113523dc 62ed 6685 8f9e 2fb58a16f2d1
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Universal date/time the drawing was created.
Namespace: netDxf.Header
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public DateTime TduUpdate { get; set; }
VB
Public Property TduUpdate As DateTime
Get
Set
C++
public:
property DateTime TduUpdate {
DateTime get ();
void set (DateTime value);
}
F#
member TduUpdate : DateTime with get, set
DateTime