-
Notifications
You must be signed in to change notification settings - Fork 365
M_Aurora_Utils_Time_IsCurrentTimeBetween_1
Anton Pupkov edited this page Aug 9, 2016
·
3 revisions
Determines whether the two specified hour and minute 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 start_minute,
int end_hour,
int end_minute
)
- start_hour
- Type: System.Int32
The starting hour - start_minute
- Type: System.Int32
The starting minute - end_hour
- Type: System.Int32
The ending hour - end_minute
- Type: System.Int32
The ending minute
Type: Boolean
A boolean representing if the current time falls between the two hours and minutes
Time Class
IsCurrentTimeBetween Overload
Aurora.Utils Namespace