[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.2.0
Syntax
| C# |
|---|
public int Hours { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Hours As Integer |
| Visual C++ |
|---|
public: property int Hours { int get (); } |
| J# |
|---|
/** @property */ public int get_Hours() |
| JScript |
|---|
public function get Hours () : int |