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
Syntaxpublic bool IsValid(
DateTime currentTime
)
Parameters
- currentTime
- Type: SystemDateTime
Current time
Return Value
Type:
Booleantrue if the menu is valid; otherwise,
false.
See Also