You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where is only plus(Integer aNumYears, Integer aNumMonths, Integer aNumDays, Integer aNumHours, Integer aNumMinutes, Integer aNumSeconds, Integer aNumNanoseconds, DayOverflow aDayOverflow) and plusDays(Integer aNumDays) methods in DateTime class. Why there's no plusMonths(Integer aNumMonths), plusYears(Integer aNumYears) etc? Same for the minus.
The text was updated successfully, but these errors were encountered:
Where is only
plus(Integer aNumYears, Integer aNumMonths, Integer aNumDays, Integer aNumHours, Integer aNumMinutes, Integer aNumSeconds, Integer aNumNanoseconds, DayOverflow aDayOverflow)
andplusDays(Integer aNumDays)
methods in DateTime class. Why there's noplusMonths(Integer aNumMonths)
,plusYears(Integer aNumYears)
etc? Same for the minus.The text was updated successfully, but these errors were encountered: