Hi,
I'm trying to use the .NET API, but facing problem dealing with a diary 
field.
Adding to a WorkLog field a new comment like this:

DiaryList diaryList = new DiaryList();
diaryList.Add(new DiaryEntry(" ", DateTime.Now.ToUniversalTime
(),"comment"));

fvList[240000008] = diaryList;
server.SetEntry(schemaName, nbIncident, fvList);

Gives me such an output in the Work Log form:

2006-08-11 11:54:31 username
1155290058,3125 comment

What does the "1155290058,3125" mean? Representation of the date?
And how to get rid of this?

Thanks
Mark

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at http://www.wwrug.org

Reply via email to