Support Board
Date/Time: Mon, 03 Nov 2025 10:34:57 +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.. |
