[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.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

Return Value

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

See Also