Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.DayTimeRange.IsClosed Method

Given a date/time, returns whether the current time is outside one of the start/end time ranges.

Class: YetaWF.Core.Components.DayTimeRange
Namespace: YetaWF.Core.Components
Assembly: YetaWF.Core

Syntax

public bool IsClosed( DateTime dt );

Parameters

dt

The date/time to test.

Return Value

true if the specified date/time is outside one of the start/end time ranges, false otherwise.

See Also YetaWF.Core.Components.DayTimeRange ClassYetaWF.Core Overview