Add typings for timezonecomplete-1.11.0

This commit is contained in:
Rogier Schouten
2014-12-09 21:36:56 +01:00
parent 9a6d206c5a
commit cdb10ab289
4 changed files with 1733 additions and 218 deletions
+5
View File
@@ -627,6 +627,11 @@ declare module '__timezonecomplete/datetime' {
* @return this - other
*/
diff(other: DateTime): duration.Duration;
/**
* Chops off the time part, yields the same date at 00:00:00.000
* @return a new DateTime
*/
startOfDay(): DateTime;
/**
* @return True iff (this < other)
*/