setAnyDate (DateTime - Java)

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

Defined in

DateTime

Syntax

public void setAnyDate()
    throws NotesException

Usage

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

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

Example