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

20a58eac 443a c33a 1a6a f3e378e37881

haplokuon edited this page May 6, 2023 · 1 revision

TdUpdate Property

netDxf 3.0.0 Library

Local date/time of last drawing update.

Definition

Namespace: netDxf.Header
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public DateTime TdUpdate { get; set; }

VB

Public Property TdUpdate As DateTime
	Get
	Set

C++

public:
property DateTime TdUpdate {
	DateTime get ();
	void set (DateTime value);
}

F#

member TdUpdate : 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