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 411
ea12c900 dc89 dd5b 2689 ad32995d3180
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 TduCreate { get; set; }
VB
Public Property TduCreate As DateTime
Get
Set
C++
public:
property DateTime TduCreate {
DateTime get ();
void set (DateTime value);
}
F#
member TduCreate : DateTime with get, set
DateTime