summaryrefslogtreecommitdiff
path: root/alarms/time_utils.h
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2006-11-01 13:13:19 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2006-11-01 13:13:19 +0000
commit9fa6ed155f4e2582f045d281f652360db8e707c9 (patch)
treee4d686ff24307ee42c401b82e762a54a61de9167 /alarms/time_utils.h
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@1 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'alarms/time_utils.h')
-rw-r--r--alarms/time_utils.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/alarms/time_utils.h b/alarms/time_utils.h
new file mode 100644
index 0000000..9bae092
--- /dev/null
+++ b/alarms/time_utils.h
@@ -0,0 +1,7 @@
+#ifndef _TIME_UTILS_INC
+#define _TIME_UTILS_INC
+
+bool IsBefore(SYSTEMTIME &time, SYSTEMTIME &start);
+bool IsBetween(SYSTEMTIME &time, SYSTEMTIME &start, SYSTEMTIME &end);
+
+#endif