Click or drag to resize

WorkWeek Class

WorkWeek
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelWorkWeek

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class WorkWeek : IObjectWithId, ICloneable, 
	IObjectWithGuid, INamedObject

The WorkWeek type exposes the following members.

Constructors
  NameDescription
Public methodWorkWeek
WorkWeek
Top
Properties
  NameDescription
Public propertyDays
WorkDays
Public propertyExceptions
WorkDayExceptions
Public propertyId
Id
Public propertyName
Name of the work week - ex. 'Danish standard week'.
Public propertySystem
Indicates whether the workweek is created by the system.
Public propertyTimeZoneId
Code (id) for the time zone for which the work week is defined.
Public propertyUId
UId
Top
Methods
  NameDescription
Public methodClone
Clone
Public methodIsWithinWorkHours
Returns whether the dateTime is within the working time specified in the WorkWeek taking into account any WorkDayExceptions
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIObjectWithGuid.GetGuid
GetGuid
Explicit interface implementationPrivate methodIObjectWithId.GetId
GetId
Top
See Also