API Support Forum
User Profile

Viewing User Profile for: JJerry


About

Nov 29, 2010 02:28 PM

Nov 29, 2010 02:42 PM

Jun 08, 2011 10:17 AM



Post Statistics
JJerry has contributed to 1 posts out of 5600 total posts (0.02%) in 4919 days (0.00 posts per day).

20 most recent posts:

API Support » Questions about Calculate/Reclaculate Nov 29, 2010 @ 02:42 PM (Total replies: 1)

1) What is the difference between Calculate and Recalculate? And when should I override each? I tried override both and it appears that
overridding Recalculate breaks something. If I have Calculate, it's called and shows my Log.Writes. If I add Recalculate it doesn't log anything.

public override void Recalculate(RecalculateArg arg)
{
//Log.Write( "{0} {1}", arg.Start, arg.End);
Log.Write( "Recalc" );
}

2) Is there a field that holds the Session's begin and end time?

Thanks, Jerry

Jerry Whitnell