Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Inserts the date and time in the specified text range. Returns a TextRange object that represents the inserted text.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Function InsertDateTime ( _
DateTimeFormat As PpDateTimeFormat, _
InsertAsField As MsoTriState _
) As TextRange
'Usage
Dim instance As TextRange
Dim DateTimeFormat As PpDateTimeFormat
Dim InsertAsField As MsoTriState
Dim returnValue As TextRange
returnValue = instance.InsertDateTime(DateTimeFormat, _
InsertAsField)
TextRange InsertDateTime(
PpDateTimeFormat DateTimeFormat,
MsoTriState InsertAsField
)
Parameters
- DateTimeFormat
Type: Microsoft.Office.Interop.PowerPoint.PpDateTimeFormat
A format for the date and time.
- InsertAsField
Type: Microsoft.Office.Core.MsoTriState
Determines whether the inserted date and time will be updated each time the presentation is opened.
Return Value
Type: Microsoft.Office.Interop.PowerPoint.TextRange
Remarks
The DateTimeFormat parameter value can be one of the following PpDateTimeFormat constants:
The InsertAsField parameter value can be one of the following MsoTriState constants:
Constant |
Description |
|---|---|
The default. |
|
Updates the inserted date and time each time the presentation is opened. |