RoundedTimeSpan MembersCleanCode C# Libraries v1.2.03 API

The RoundedTimeSpan type exposes the following members.
Constructors

  NameDescription
Public methodRoundedTimeSpan
Initializes a new instance of the RoundedTimeSpan class.
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Indicates whether this instance and a specified object are equal.
(Inherited from OnlineValueType.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Returns the hash code for this instance.
(Inherited from OnlineValueType.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodToString 
Returns the TimeSpan value rounded and trimmed to the precision specified in the constructor.
(Overrides OnlineValueType ToString .)
Public methodToString(Int32)
Returns the TimeSpan value rounded to the precision specified in the constructor then trimmed to the length specified here.
Back to Top
Properties

  NameDescription
Public propertyTimeSpan
Gets the underlying rounded TimeSpan.
Back to Top
See Also