From ca3be9e5c8b44e0c1d246c567e8a64730c7d3202 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Wed, 21 Oct 1998 00:19:23 +0000 Subject: Week view work in progress - Federico svn path=/trunk/; revision=455 --- calendar/timeutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/timeutil.h') 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); -- cgit v1.2.3