GregorianDateSubtractHours 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: 24.2.419.0 (24.2.419.0)
Syntax public GregorianDate SubtractHours(
double hours
)
Public Function SubtractHours (
hours As Double
) As GregorianDate
public:
GregorianDate SubtractHours(
double hours
)
member SubtractHours :
hours : float -> GregorianDate
Parameters
- hours
- Type: SystemDouble
The number of hours.
Return Value
Type:
GregorianDateThe new date.
See Also