.

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

JAVA/CORBA CLASSES


createDateRange method
Creates a new DateRange object.

Defined in

Session

Syntax

public DateRange createDateRange()
   throws NotesException

public DateRange createDateRange(DateTime startt, DateTime endt)
   throws NotesException

public DateRange createDateRange(java.util.Date startt, java.util.Date endt)
   throws NotesException

Parameters

DateTime startt


DateTime endt
Date startt
Date endt
Return value

DateRange


Usage

See the DateRange class for descriptions and examples.

Language cross-reference

CreateDateRange method in LotusScript NotesSession class

See Also