Contains extension methods to the TimeSpan structure.
Inheritance Hierarchy
Namespace: ArtDatabankenAssembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public static class TimeSpanExtension
<ExtensionAttribute>
Public NotInheritable Class TimeSpanExtension
[ExtensionAttribute]
public ref class TimeSpanExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type TimeSpanExtension = class end
The TimeSpanExtension type exposes the following members.
Methods
| Name | Description |
---|
| GetTotalSeconds |
Gets the value of the current TimeSpan
structure expressed in whole seconds.
|
TopSee Also