Click or drag to resize

ConditionParserIsTimeBetween Method

Namespace:  ff14bot.NeoProfiles
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static bool IsTimeBetween(
	int startHour,
	int endHour
)

Parameters

startHour
Type: SystemInt32
endHour
Type: SystemInt32

Return Value

Type: Boolean
See Also