RT time meaning: refers to the current time of the computer, randomly obtain the number of seconds within the specified range for dormancy, and then perform other operations after dormancy.
For example: between 1-9 hours, 10-30 seconds, which means that when the current time of the system is between 1 and 9 hours, the system gets a value between 10 and 30 as the sleep time each time.
The number of minutes between hours can be specified by the "." Sign.For example, 1.30-9.30 means 1:30 to 9:30.
Sleep time If the preceding number is greater than the following number, the preceding and following values are equal, and the following value is empty, then the preceding number is used directly.Say 30-10, the system will return 30.
Skill: The RT time range is used according to the end hour from small to large. For example, we set two ranges of time: 0-24 hours and 0-7 hours. If the current system time is 6, the 0-7 range of time data will be used preferentially;
Second, if the current system time is not within any time range, it indicates that the operation will not be executed; for example, if the time range of 0-12 and 14-24 is set, and if the current system time is 13, no operation will be executed.