Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating taskItem in Outlook with date in string format

Status
Not open for further replies.

aheu9

Programmer
Sep 7, 2006
17
US
I am creating an taskItem in outlook. I have a string with a date in the following format "day mm/dd/yyyy" and I want to use it as the taskItem.StartDate of the taskItem I am creating. How is this done because I get an error of types wehn I try to set the string to the .StartDate. Do u have to create a date object first from the string or is there a better way? if so how is this done?
Thanks in advance!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top