Method IncHours
IncHours(int)
Increments the hours part of the time value by the specified amount.
protected virtual void IncHours(int value)
Parameters
valueintThe amount to increment the hours by.
Increments the hours part of the time value by the specified amount.
protected virtual void IncHours(int value)
value intThe amount to increment the hours by.