Gets the date and the time that the annotation was created.

Namespace: FirstFloor.Documents.Annotations
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public DateTime CreationTime { get; set; }
Visual Basic
Public Property CreationTime As DateTime
	Get
	Set
Visual C++
public:
property DateTime CreationTime {
	DateTime get ();
	void set (DateTime value);
}

Field Value

The creation time.

See Also