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

113523dc 62ed 6685 8f9e 2fb58a16f2d1

haplokuon edited this page May 6, 2023 · 1 revision

TduUpdate 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 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

Property Value

DateTime

See Also

Reference

HeaderVariables Class
netDxf.Header Namespace

Clone this wiki locally