Click or drag to resize

WorkWeekIsWithinWorkHours Method

Returns whether the dateTime is within the working time specified in the WorkWeek taking into account any WorkDayExceptions

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public bool IsWithinWorkHours(
	DateTime dateTime
)

Parameters

dateTime
Type: SystemDateTime

Return Value

Type: Boolean
See Also