IAnnotationProvider.DateTime 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 time when this annotation was created.
public:
property Platform::String ^ DateTime { Platform::String ^ get(); };
winrt::hstring DateTime();
public string DateTime { get; }
var string = iAnnotationProvider.dateTime;
Public ReadOnly Property DateTime As String
Property Value
The date and time when this annotation was created.