diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1998-10-21 08:19:23 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-10-21 08:19:23 +0800 |
commit | ca3be9e5c8b44e0c1d246c567e8a64730c7d3202 (patch) | |
tree | 8f51e2261cbfc3cbc4e5098e4067faecbd9115c2 /calendar/timeutil.h | |
parent | 450e506e9d3040b3a54cd0554af2c33fbffec14f (diff) | |
download | gsoc2013-evolution-ca3be9e5c8b44e0c1d246c567e8a64730c7d3202.tar gsoc2013-evolution-ca3be9e5c8b44e0c1d246c567e8a64730c7d3202.tar.gz gsoc2013-evolution-ca3be9e5c8b44e0c1d246c567e8a64730c7d3202.tar.bz2 gsoc2013-evolution-ca3be9e5c8b44e0c1d246c567e8a64730c7d3202.tar.lz gsoc2013-evolution-ca3be9e5c8b44e0c1d246c567e8a64730c7d3202.tar.xz gsoc2013-evolution-ca3be9e5c8b44e0c1d246c567e8a64730c7d3202.tar.zst gsoc2013-evolution-ca3be9e5c8b44e0c1d246c567e8a64730c7d3202.zip |
Week view work in progress - Federico
svn path=/trunk/; revision=455
Diffstat (limited to 'calendar/timeutil.h')
-rw-r--r-- | calendar/timeutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/timeutil.h b/calendar/timeutil.h index 2c2ddfcbac..407213d7f8 100644 --- a/calendar/timeutil.h +++ b/calendar/timeutil.h @@ -62,7 +62,7 @@ time_t time_month_begin (time_t t); time_t time_month_end (time_t t); /* These functions take a time value and return the beginning or end of the corresponding week, - * respectively. + * respectively. This takes into account the global week_starts_on_monday flag. */ time_t time_week_begin (time_t t); time_t time_week_end (time_t t); |