Hour Method

Description
Returns the accumulated system operating time in hours.

Syntax
Function Hour () As Single

Return Value
Integer expression representing time.

Hour Example
VB Example:

Dim hoursRunning As Single  
hoursRunning = m_spel.Hour()  

C# Example:

float hoursRunning;  
hoursRunning = m_spel.Hour();