-
Notifications
You must be signed in to change notification settings - Fork 365
M_Aurora_Utils_Time_IsCurrentTimeBetween_2
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(
TimeSpan start,
TimeSpan end
)
- start
- Type: System.TimeSpan
The starting TimeSpan - end
- Type: System.TimeSpan
The ending TimeSpan
Type: Boolean
[Missing documentation for "M:Aurora.Utils.Time.IsCurrentTimeBetween(System.TimeSpan,System.TimeSpan)"]
Time Class
IsCurrentTimeBetween Overload
Aurora.Utils Namespace