TimeSpanRange Members
In This Article
#Constructors
Name | Description |
---|---|
Time |
Initializes a new Time |
#Properties
Name | Description |
---|---|
Day static | Returns the range that specifies the whole day. |
Duration | Returns the range duration. |
Empty static |
Returns the range whose Start and End values are equal to the Time |
End | Returns the end value of the range. |
Is |
Returns whether the range specifies the while day. |
Is |
Returns whether the end value is larger than or equal to the start value. |
Is |
Checks whether Start and End properties equal to Time |
Start | Returns the start value of the range. |
#Methods
Name | Description |
---|---|
Equals |
Checks whether the specified range is equal to the current range. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Checks whether the specified object is equal to the current range. |
Get |
Serves as the default hash function. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Intersect |
Computes the intersection of the specified ranges. |
Intersect |
Computes the intersection of the current range with the specified range. |
Parse |
Parses the specified string and convert it into the time span range. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the range. |
To |
Returns a string that represents the range and formatted using the specified culture-specific formatting information. |
To |
Returns a string that represents the range and formatted using the specified format string and culture-specific formatting information. |
Try |
Tries to parse the specified string and convert it into the time span range. |
Union |
Computes the union of the current range with the specified range. |
Union |
Computes the union of the current range with the specified range. |
#Operators
Name | Description |
---|---|
Equality |
Determines whether two specified ranges have the same value. |
Inequality |
Determines whether two specified ranges have different values. |
See Also