summaryrefslogtreecommitdiffstats
path: root/base/time.h
diff options
context:
space:
mode:
authordeanm@google.com <deanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-19 09:16:49 +0000
committerdeanm@google.com <deanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-19 09:16:49 +0000
commit9f25130b2cf85b8eae02576967201ac0cbe14846 (patch)
treea89790892da949c1085ba8da8da03969eef97515 /base/time.h
parent8a2b93feeacc95ee609fabfb5815fdd88e1b3a86 (diff)
downloadchromium_src-9f25130b2cf85b8eae02576967201ac0cbe14846.zip
chromium_src-9f25130b2cf85b8eae02576967201ac0cbe14846.tar.gz
chromium_src-9f25130b2cf85b8eae02576967201ac0cbe14846.tar.bz2
Add tests for From / In converions and LocalMidnight. Add InMinutes().
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1024 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/time.h')
-rw-r--r--base/time.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/time.h b/base/time.h
index 1a0d504..dd49536 100644
--- a/base/time.h
+++ b/base/time.h
@@ -90,6 +90,7 @@ class TimeDelta {
// point value, the "regular" versions return a rounded-down value.
int InDays() const;
int InHours() const;
+ int InMinutes() const;
double InSecondsF() const;
int64 InSeconds() const;
double InMillisecondsF() const;