Hi all,
Just putting together a liitle tool to insert appointments into outlook calendar,
all working except the start and end times... I cant figure this out.
excerpt from MS VB.net example
oAppt.Start = Convert.ToDateTime("11/30/2001 9:00:00 AM")
oAppt.End = Convert.ToDateTime("11/30/2001 1:00:00 PM")
Anyone done the Convert.todatetime thing before in PB ?
Cheers,
N
Just putting together a liitle tool to insert appointments into outlook calendar,
all working except the start and end times... I cant figure this out.
excerpt from MS VB.net example
oAppt.Start = Convert.ToDateTime("11/30/2001 9:00:00 AM")
oAppt.End = Convert.ToDateTime("11/30/2001 1:00:00 PM")
Anyone done the Convert.todatetime thing before in PB ?
Cheers,
N

Comment