| JulianDateSubtractHours Method  | 
 
            Subtracts the specified number of hours from this date and returns the new date.
            
 
    Namespace: 
   AGI.Foundation.Time
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic JulianDate SubtractHours(
	double hours
)
Public Function SubtractHours ( 
	hours As Double
) As JulianDate
public:
JulianDate SubtractHours(
	double hours
)
member SubtractHours : 
        hours : float -> JulianDate 
Parameters
- hours
- Type: SystemDouble
 The number of hours.
Return Value
Type: 
JulianDateThe new date.
 Exceptions
Exceptions See Also
See Also