|
GRASS GIS 8 Programmer's Manual 8.3.2(2024)-exported
|
#include <grass/datetime.h>
Go to the source code of this file.
Functions | |
| int | datetime_change_from_to (DateTime *dt, int from, int to, int round) |
| Changes the from/to of the type for dt. The 'from/to' must be legal values for the mode of dt; (if they are not legal, then the original values are preserved, dt is not changed). Returns: 0 OK -1 invalid 'dt' -2 invalid 'from/to' | |
| int datetime_change_from_to | ( | DateTime * | dt, |
| int | from, | ||
| int | to, | ||
| int | round ) |
Changes the from/to of the type for dt. The 'from/to' must be legal values for the mode of dt; (if they are not legal, then the original values are preserved, dt is not changed). Returns: 0 OK -1 invalid 'dt' -2 invalid 'from/to'
| dt | |
| from | |
| to | |
| round |
Definition at line 54 of file change.c.
References datetime_days_in_year(), datetime_increment(), datetime_is_absolute(), datetime_is_valid_type(), datetime_set_type(), and x.
Referenced by datetime_difference(), datetime_get_local_timezone(), and datetime_increment().