AbstractTime.st
branchjv
changeset 19412 1e842c25e51e
parent 19227 5e949760a4e8
parent 19398 7384b2086a5d
child 19662 1d6b7f21e0aa
--- a/AbstractTime.st	Tue Mar 22 08:03:27 2016 +0000
+++ b/AbstractTime.st	Wed Mar 23 07:50:28 2016 +0000
@@ -512,6 +512,7 @@
     "
 ! !
 
+
 !AbstractTime methodsFor:'abstract'!
 
 hours
@@ -990,7 +991,10 @@
 !
 
 asSeconds
-    "return the number of seconds elapsed since midnight"
+    "get the seconds since some point of time in the past.
+     For Time instances, this is the number of seconds elapsed since midnight;
+     For TimeDurations, that is the duration in seconds;
+     For TimeStamps, that is the number of seconds since the epoch"
 
     ^ self getSeconds