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