[This is preliminary documentation and is subject to change.]

Gets the number of whole hours represented by the currentTimeSpanFormattable structure.

Namespace:  Tools
Assembly:  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

Return Value

Value of Hours of internal TimeSpan. The return value ranges from -23 through 23.

See Also