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 409
47632ff0 6983 e3d6 3711 f457cf3d940e
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Local date/time of drawing creation.
Namespace: netDxf.Header
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public DateTime TdCreate { get; set; }
VB
Public Property TdCreate As DateTime
Get
Set
C++
public:
property DateTime TdCreate {
DateTime get ();
void set (DateTime value);
}
F#
member TdCreate : DateTime with get, set
DateTime
This date/time is local to the time zone where the file was created.