Comment.DateTime Property

Returns the date and time a comment was created.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
ReadOnly Property DateTime As DateTime
    Get
'Usage
Dim instance As Comment
Dim value As DateTime

value = instance.DateTime
DateTime DateTime { get; }

Property Value

Type: System.DateTime

Remarks

Don't confuse this property with the DateAndTime property, which applies to the headers and footers of a slide.

See Also

Reference

Comment Interface

Comment Members

Microsoft.Office.Interop.PowerPoint Namespace