[This is preliminary documentation and is subject to change.]
Gets the number of ticks that represent the value of the current TimeSpanFormattable structure.
Namespace: ToolsAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public long Ticks { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Ticks As Long Get |
| Visual C++ |
|---|
public: property long long Ticks { long long get (); } |
| F# |
|---|
member Ticks : int64 |
| JScript |
|---|
function get Ticks () : long |