Lotus Notes Adapter 6.0 | webMethods Lotus Notes Adapter Documentation | webMethods Lotus Notes Adapter Installation and User’s Documentation | Built-In Services Reference | Built-In Services Reference | wm.ln.dateTime:createDT
 
wm.ln.dateTime:createDT
This flow service creates a lotus.domino.DateTime object given some parameters as string inputs.
Input Parameters
session
Session The lotus.domino.Session object to create the lotus.domino.DateTime object with.
month
String 2-digit month.
day
String 2-digit day.
year
String 4-digit year.
hour
String 2-digit hour.
minute
String 2-digit minute.
second
String 2-digit second.
AMPM
String "AM" or "PM".
Output Parameters
dateTime
DateTime The lotus.domino.DateTime object created.