Gets the date and the time that the annotation was created.
Namespace: FirstFloor.Documents.AnnotationsAssembly: 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); } |