.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


IsValidDate property
Example

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


Usage

An empty string is considered a valid string.

If the string is invalid, a NotesDateTime object is created but IsValidDate returns False.

Example