TimeOfDayInterval Members
In This Article
#Constructors
Name | Description |
---|---|
Time |
Initializes a new instance of the Time |
Time |
Initializes a new instance of the Time |
#Properties
Name | Description |
---|---|
Day static | Gets the time interval of a day. |
Duration | Gets the duration of the time of day interval. |
Empty static | Returns an empty time of day interval. |
End | Gets or sets the end time of the time of day interval. |
Start | Gets or sets the start time of the time of day interval. |
#Methods
Name | Description |
---|---|
Assign |
Copies all settings from the object passed as the parameter to the current object. |
Clone() |
Creates a copy of the current Time |
Contains |
Determines whether the time of day interval contains the specified time. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current Time |
Get |
Gets the hash code (the number) that corresponds to the value of the current Time |
Get |
Gets the Type of the current instance. Inherited from Object. |
Intersect |
Returns a time-of-day interval which is the intersection of the two specified time-of-day intervals. |
Intersects |
Checks if the current time of day interval intersects with the specified time of day interval. The boundaries of the time intervals are excluded from the check. |
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 the textual representation of the time-of-day interval. |
To |
Converts the Time |
To |
Converts the Time |
Union |
Returns a time of day interval which is composed of two specified time of day intervals. |
#Events
Name | Description |
---|---|
Changed |
Fires when the Time |
Changing |
Fires before the Time |
See Also