Annotation.CreationTime Property

Definition

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

public:
 property DateTime CreationTime { DateTime get(); };
public DateTime CreationTime { get; }
member this.CreationTime : DateTime
Public ReadOnly Property CreationTime As DateTime

Property Value

The date and the time the annotation was created.

Remarks

Note

CreationTime returns DateTime.MinValue if the annotation was incorrectly created by using the default Annotation constructor without parameters. An Annotation constructor with parameters should be used to correctly instantiate a new annotation.

Applies to

See also