LOTUSSCRIPT/COM/OLE CLASSES


SetAnyDate method
Example

Sets the date component to a wildcard value, which means that it matches any date. The time component is unaffected.

Defined in

NotesDateTime

Syntax

Call notesDateTime.SetAnyDate

Usage

This method is useful when passing the object as an argument to other methods.

A NotesDateTime object for which you have invoked this method may not be convertible to string format.

Language cross-reference

setAnyDate in Java DateTime class

Example
See Also