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.dateRange:createDRFromString
 
wm.ln.dateRange:createDRFromString
This flow service returns a date range object for the given date string.
Input Parameters
session
Session The lotus.domino.Session object to create the date with.
drString
String The format for the date range. The format for drString should be "mm/dd/yy hh:mm:ss AM/PM -mm/dd/yy hh:mm:ss AM/PM"
Output Parameters
dateRange
DateRange A lotus.domino.DateRange object created based on the provided input.