The RoundedTimeSpan type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| RoundedTimeSpan |
Initializes a new instance of the RoundedTimeSpan class.
|
Methods
| Name | Description | |
|---|---|---|
Indicates whether this instance and a specified object are equal.
(Inherited from | ||
Allows an (Inherited from | ||
Returns the hash code for this instance.
(Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| ToString |
Returns the TimeSpan value rounded and trimmed
to the precision specified in the constructor.
(Overrides | |
| ToString(Int32) |
Returns the TimeSpan value rounded
to the precision specified in the constructor then trimmed to the length specified here.
|
Properties
| Name | Description | |
|---|---|---|
| TimeSpan |
Gets the underlying rounded TimeSpan.
|
See Also