Skip to content

M_Aurora_Utils_Time_IsCurrentTimeBetween_1

Anton Pupkov edited this page Aug 9, 2016 · 3 revisions

Time.IsCurrentTimeBetween Method (Int32, Int32, Int32, Int32)

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)

Syntax

C#

public static bool IsCurrentTimeBetween(
	int start_hour,
	int start_minute,
	int end_hour,
	int end_minute
)

Parameters

 

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

Return Value

Type: Boolean
A boolean representing if the current time falls between the two hours and minutes

See Also

Reference

Time Class
IsCurrentTimeBetween Overload
Aurora.Utils Namespace

Clone this wiki locally