| Maptitude GISDK Help |
Returns a new date given an original date and an offset in days.
nextdate = NextDate(string date, int days)
| Argument | Contents |
|---|---|
| date | String of the form "mm/dd/yyyy" |
| days | Integer offset in days |
A string of the form "mm/dd/yyyy."
nextdate = NextDate("12/31/1999", 1)
| Function | Summary |
|---|---|
| DayOfWeek() | Converts a date to a day of the week |
| NextOccurrence() | Returns the date of the next occurrence of a given day |
| ©2025 Caliper Corporation | www.caliper.com |