GregorianDate.AddHours Method |
Adds the specified number of hours to 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)
Syntaxpublic GregorianDate AddHours(
double hours
)
Public Function AddHours (
hours As Double
) As GregorianDate
public:
GregorianDate AddHours(
double hours
)
member AddHours :
hours : float -> GregorianDate
Parameters
- hours
- Type: System.Double
The number of hours.
Return Value
Type:
GregorianDateThe new date.
See Also