Adding and subtracting dates and times

Addition and subtraction are the only arithmetic operators that you can apply to date/time values. You can increment or decrement a date, time, or timestamp by a duration. You can subtract a date from a date, or a time from a time. You cannot subtract a timestamp from a timestamp.

[ Previous Page | Next Page | Contents | Index ]