setAnyTime (DateTime - Java)

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

Defined in

DateTime

Syntax

public void setAnyTime()
    throws NotesException

Usage

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

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

Example