Click or drag to resize

RhinoDocDateLastEdited Property

Returns the date the document was created in Coordinated Universal Time (UTC). Use DateTime.ToLocalTime to convert to local time.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public DateTime DateLastEdited { get; }

Property Value

Type: DateTime
See Also