GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
|
#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' More... | |
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 55 of file change.c.
Referenced by datetime_get_local_timezone().