WorkDayOfWeek Members
In This Article
#Constructors
Name | Description |
---|---|
Work |
Initializes a new Work |
Work |
Initializes a new Work |
Work |
Initializes a new Work |
#Properties
Name | Description |
---|---|
Day |
Gets the day of the week. |
Is |
Gets whether the day is a non-work day.
Inherited from Schedule |
Tag |
Gets or sets a custom tag assigned to the day.
Inherited from Schedule |
Work |
Provides access to work intervals in the day’s schedule (for example, 9:00 to 12:00 and 13:00 to 18:00).
Inherited from Schedule |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also