Annotation.CreationTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.