Author |
Message
|
MQSerious |
Posted: Tue Aug 31, 2004 10:21 am Post subject: [SOLVED] creationTime() VS. receivedTime() |
|
|
Acolyte
Joined: 29 Mar 2004 Posts: 68 Location: At Large
|
I have noticed a subtle inconsistency between these 2 methods.
Calling receivedTime() on a checked out item or a notificationitem returns a time that is a few seconds older than the real time the user checked out the work item.
Calling creationTime() however yields the correct time on both work items and notification items.
In general, the receivedTime() method seems to be unreliable viz returning correct time. Anyone else made this observation or am I doing something wrong?
Last edited by MQSerious on Wed Sep 01, 2004 7:48 am; edited 1 time in total |
|
Back to top |
|
 |
Ratan |
Posted: Tue Aug 31, 2004 1:56 pm Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
I believe recievedTime returns when the user recieved the Item. Not when he performed a CheckOut. _________________ -Ratan |
|
Back to top |
|
 |
MQSerious |
Posted: Wed Sep 01, 2004 6:39 am Post subject: |
|
|
Acolyte
Joined: 29 Mar 2004 Posts: 68 Location: At Large
|
So, how do you get the time the user checked out the item? |
|
Back to top |
|
 |
Ratan |
Posted: Wed Sep 01, 2004 6:58 am Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
you might want to try lastModificationTime. Not sure though _________________ -Ratan |
|
Back to top |
|
 |
jmac |
Posted: Wed Sep 01, 2004 6:58 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
I would guess that it would be the lastModificationTime(). You will have to test this out to be sure. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
MQSerious |
Posted: Wed Sep 01, 2004 7:47 am Post subject: |
|
|
Acolyte
Joined: 29 Mar 2004 Posts: 68 Location: At Large
|
|
Back to top |
|
 |
|