[This is preliminary documentation and is subject to change.]
Gets the number of whole seconds represented by the current TimeSpanFormattable structure.
Namespace: ToolsAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public int Seconds { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Seconds As Integer Get |
| Visual C++ |
|---|
public: property int Seconds { int get (); } |
| F# |
|---|
member Seconds : int |
| JScript |
|---|
function get Seconds () : int |