Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

47632ff0 6983 e3d6 3711 f457cf3d940e

haplokuon edited this page May 6, 2023 · 1 revision

TdCreate Property

netDxf 3.0.0 Library

Local date/time of drawing creation.

Definition

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

Property Value

DateTime

Remarks

This date/time is local to the time zone where the file was created.

See Also

Reference

HeaderVariables Class
netDxf.Header Namespace

Clone this wiki locally