Skip to content

Commit f4791ea

Browse files
authored
Merge pull request #1760 from JamieG-UK/patch-24
Remove PpDateTimeFormat enumeration table and add link to enum
2 parents f59080c + 4a91988 commit f4791ea

File tree

1 file changed

+3
-20
lines changed

1 file changed

+3
-20
lines changed

api/PowerPoint.TextRange.InsertDateTime.md

+3-20
Original file line numberDiff line numberDiff line change
@@ -40,25 +40,8 @@ TextRange
4040

4141
## Remarks
4242

43-
The _DateTimeFormat_ parameter value can be one of these **PpDateTimeFormat** constants.
44-
45-
46-
||
47-
|:-----|
48-
|**ppDateTimeddddMMMMddyyyy**|
49-
|**ppDateTimedMMMMyyyy**|
50-
|**ppDateTimedMMMyy**|
51-
|**ppDateTimeFormatMixed**|
52-
|**ppDateTimeHmm**|
53-
|**ppDateTimehmmAMPM**|
54-
|**ppDateTimeHmmss**|
55-
|**ppDateTimehmmssAMPM**|
56-
|**ppDateTimeMdyy**|
57-
|**ppDateTimeMMddyyHmm**|
58-
|**ppDateTimeMMddyyhmmAMPM**|
59-
|**ppDateTimeMMMMdyyyy**|
60-
|**ppDateTimeMMMMyy**|
61-
|**ppDateTimeMMyy**|
43+
The _DateTimeFormat_ parameter value can be one of these **[PpDateTimeFormat](https://learn.microsoft.com/office/vba/api/powerpoint.ppdatetimeformat)** constants.
44+
6245

6346
The _InsertAsField_ parameter value can be one of these **MsoTriState** constants.
6447

@@ -88,4 +71,4 @@ sentOne.InsertAfter.InsertDateTime ppDateTimeMdyy
8871

8972
[TextRange Object](PowerPoint.TextRange.md)
9073

91-
[!include[Support and feedback](~/includes/feedback-boilerplate.md)]
74+
[!include[Support and feedback](~/includes/feedback-boilerplate.md)]

0 commit comments

Comments
 (0)