LOTUSSCRIPT/COM/OLE CLASSES
Read-only. Indicates whether the string that is used to create the NotesDateTime object is valid.
Note This property is new with Release 5.
Defined in
NotesDateTime
Data type
Boolean
Syntax
To get: flag = notesDateTime.IsValidDate
Legal values
An empty string is considered a valid string.
If the string is invalid, a NotesDateTime object is created but IsValidDate returns False.
Example