Click or drag to resize

MenuIsValid Method

Is this menu valid at this time, i.e. does the current time fall within the menu's validation period

Namespace:  LSRetail.Omni.Domain.DataModel.Base.Menu
Assembly:  LSRetail.Omni.Domain.DataModel.Base (in LSRetail.Omni.Domain.DataModel.Base.dll) Version: LS Omni 3.7.0
Syntax
C#
public bool IsValid(
	DateTime currentTime
)

Parameters

currentTime
Type: SystemDateTime
Current time

Return Value

Type: Boolean
true if the menu is valid; otherwise, false.
See Also