Login Page - Create Account

Support Board


Date/Time: Fri, 10 Jan 2025 22:59:07 +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..