File3dm.Created Property

File3dmCreated Property

Get the DateTime that this file was originally created. If the value is not set in the 3dm file, then DateTime.MinValue is returned

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public DateTime Created { get; }
Public ReadOnly Property Created As DateTime
	Get

Property Value

Type: DateTime
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also