Socialmetrica/Socialmetrica.package/TweetsCollection.class/instance/timeSpansByDays.st

5 lines
196 B
Smalltalk

accessing
timeSpansByDays
^ (Timespan starting: self oldest created ending: self newest created)
dates asOrderedCollection collect: [ :date | Timespan starting: date ending: date + 24 hours]