mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-25 16:07:52 -05:00
VarDate interface and relevant Date.prototype members
This commit is contained in:
10
src/lib/scripthost.d.ts
vendored
10
src/lib/scripthost.d.ts
vendored
@@ -276,3 +276,13 @@ interface VBArrayConstructor {
|
||||
}
|
||||
|
||||
declare var VBArray: VBArrayConstructor;
|
||||
|
||||
/**
|
||||
* Automation date (VT_DATE)
|
||||
*/
|
||||
interface VarDate { }
|
||||
|
||||
interface DateConstructor {
|
||||
new (vd: VarDate): Date;
|
||||
getVarDate: () => VarDate;
|
||||
}
|
||||
Reference in New Issue
Block a user