.

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


createDateTime method
Creates a DateTime object that represents a specified date and time.

Defined in

Session

Syntax

public DateTime createDateTime(String date)
   throws NotesException

public DateTime createDateTime(java.util.Date date)
   throws NotesException

public DateTime createDateTime(java.util.Calendar date)
   throws NotesException


Parameters

String date


java.util.Date date
java.util.Calendar date
Return value

DateTime


Usage

See DateTime for descriptions and examples.

Language cross-reference

CreateDateTime method in LotusScript NotesSession class

See Also