Click or drag to resize

WorkDayBaseIsWithinWorkHours Method

Determines whether the DateTime (Time) is within the working hours

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

Parameters

localDateTime
Type: SystemDateTime
Utc tid.

Return Value

Type: Boolean
See Also