Set the contents of a Bookmark from a Date/Time value, flagging the Bookmark to be removed.
Syntax
ISWordDocumentBookmarks.SetContentDateTime(bookmarkName, value, [longDateFormat], [longTimeFormat], [omitTimeIfMidnight])
Parameters
| Name | Type | Optional | ByRef | Description |
| bookmarkName |
String |
|
|
|
| value |
Date |
|
|
|
| longDateFormat |
Boolean |
Optional |
|
Indicates whether to use the Long Document Date Format.
If omitted, a value of False is assumed. |
| longTimeFormat |
Boolean |
Optional |
|
Indicates whether to use the Long Time Format.
If omitted, a value of False is assumed. |
| omitTimeIfMidnight |
Boolean |
Optional |
|
Indicates whether to omit the Time portion if it is midnight i.e. unspecified.
If omitted, a value of False is assumed. |
- Member of:
- ISWordDocumentBookmarks
- Namespace:
- Intersoft.ISSupport6
- Assembly:
- ISSupport6, Version=6.0.3
- Target Framework:
- .NET 9.0