I am working with a web consumer and have the following code which produces an “Object variable not set” error on the last line:Dim bTime As New NotesDateTime(“2008/11/30 00:00”)
Dim begin_datetime As XSD_DATETIME
Call begin_datetime.SetValueWithZoneFromNotesDateTime(bTime)
Any help would be appreciated.