Task.Split

J

John Harlond

Can anyone tell me how can i use the
MSProject.Task.Split(object StartSplitOn, object
EndSplitOn) in c#? I've try with:

projApp.ActiveProject.Tasks.get_UniqueID(3).Split(Convert.ToDateTime("4/11/2003"),Convert.ToDateTime("5/11/2003"));
projApp.ActiveProject.Tasks.get_UniqueID(3).Split("4/11/2003","5/11/2003");

both throw exception


thank you all
 
J

Jan De Messemaeker

Hi John,

Two things come to mind here:
What is get_uniqueid ? it doesn't exist in my VBA
The dates you give will not create a split (from one evening to the next
morning)

HTH

--
Jan De Messemaeker
Microsoft Project Most Valuable Professional
Project Management Consultancy
Prom+ade BVBA
32-495-300 620
"John Harlond" <[email protected]> schreef in bericht
Can anyone tell me how can i use the
MSProject.Task.Split(object StartSplitOn, object
EndSplitOn) in c#? I've try with:

projApp.ActiveProject.Tasks.get_UniqueID(3).Split(Convert.ToDateTime("4/11/2
003"),Convert.ToDateTime("5/11/2003"));
projApp.ActiveProject.Tasks.get_UniqueID(3).Split("4/11/2003","5/11/2003");

both throw exception


thank you all
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top