Add typings for timezonecomplete-1.12.0

This commit is contained in:
Rogier Schouten
2015-01-16 11:30:47 +01:00
parent 2cc4331067
commit 9928ac6dfb
4 changed files with 1539 additions and 6 deletions
@@ -80,6 +80,8 @@ n = t.offsetForZoneDate(new Date(2014, 1, 1, 13, 0, 5, 123), tc.DateFunctions.Ge
s = t.toString();
s = tc.TimeZone.offsetToString(2);
n = tc.TimeZone.stringToOffset("+00:01");
b = t.equals(t);
b = t.identical(t);
// REALTIMESOURCE
@@ -187,6 +189,8 @@ dt = p.findNext(dt);
s = p.toIsoString();
s = p.toString();
b = p.isBoundary(dt);
b = p.equals(p);
b = p.identical(p);
// GLOBALS