Login Page - Create Account

Support Board


Date/Time: Sat, 18 May 2024 21:54:46 +0000



Post From: DateTime and Time to Start

[2016-10-07 21:45:30]
Fabrizio88 - Posts: 10
Hi,
i'm a question..
how can start and stop study for time?

i don't interest Data Years Month and Daily...

  SCDateTime TimeStart = SCDateTime(, , , 0, 0, 0);
  SCDateTime TimeStop = SCDateTime(, , , 0, 0, 0);
  SCDateTime TimeNow = sc.CurrentSystemDateTime;

  if (TimeNow >= TimeStart && TimeNow <= TimeStop) Enable = true;

Thanks..