how to find start time and end time of the for loop in mvc using entity framework.
this is source code
DateTime start = student.Timestamp;
for (int i = 0; i < 1000; i++)
{
}
DateTime end = student.Endstamp;
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.

Laxmidhar SahooPosted Apr 13, 2019, 12:01 AM