-
Notifications
You must be signed in to change notification settings - Fork 365
M_Aurora_Utils_Time_IsCurrentTimeBetween
Anton Pupkov edited this page Aug 9, 2016
·
3 revisions
Determines whether the two specified hour marks are inbetween the current time
Namespace: Aurora.Utils
Assembly: Aurora (in Aurora.exe) Version: 1.0.0.0 (0.0.4.6)
C#
public static bool IsCurrentTimeBetween(
int start_hour,
int end_hour
)
- start_hour
- Type: System.Int32
The starting hour - end_hour
- Type: System.Int32
The ending hour
Type: Boolean
A boolean representing if the current time falls between the two hours
Time Class
IsCurrentTimeBetween Overload
Aurora.Utils Namespace