Click or drag to resize

WorkDaysGetByDay Method

Returns workday with the given day of the week. It can be null if no workday can be found with the given day of the week

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public WorkDay GetByDay(
	DayOfWeek day
)

Parameters

day
Type: SystemDayOfWeek
DayOfWeek

Return Value

Type: WorkDay
WordDay/null
See Also