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