GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#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... | |
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'
from | |
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 tools::pos.
Referenced by datetime_difference(), datetime_get_local_timezone(), and datetime_increment().