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

ea12c900 dc89 dd5b 2689 ad32995d3180

haplokuon edited this page May 6, 2023 · 1 revision

TduCreate Property

netDxf 3.0.0 Library

Universal date/time the drawing was created.

Definition

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

Property Value

DateTime

See Also

Reference

HeaderVariables Class
netDxf.Header Namespace

Clone this wiki locally