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
Syntaxpublic WorkDay GetByDay(
	DayOfWeek day
)
Parameters
- day
 - Type: SystemDayOfWeek
DayOfWeek 
Return Value
Type: 
WorkDayWordDay/null
See Also