Skip to content

M_Aurora_Utils_Time_IsCurrentTimeBetween_2

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

Time.IsCurrentTimeBetween Method (TimeSpan, TimeSpan)

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(
	TimeSpan start,
	TimeSpan end
)

Parameters

 

start
Type: System.TimeSpan
The starting TimeSpan
end
Type: System.TimeSpan
The ending TimeSpan

Return Value

Type: Boolean
[Missing documentation for "M:Aurora.Utils.Time.IsCurrentTimeBetween(System.TimeSpan,System.TimeSpan)"]

See Also

Reference

Time Class
IsCurrentTimeBetween Overload
Aurora.Utils Namespace

Clone this wiki locally