Searched refs:VT_FILETIME (Results 1 – 4 of 4) sorted by relevance
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/ |
H A D | xlsx.min.js | 3 …VT_FILETIME=64;var VT_BLOB=65;var VT_STREAM=66;var VT_STORAGE=67;var VT_STREAMED_Object=68;var VT_… variable
|
H A D | xlsx.js | 1988 var VT_FILETIME = 0x0040; variable 2046 0x0A: { n: 'EditTime', t: VT_FILETIME }, 2047 0x0B: { n: 'LastPrinted', t: VT_FILETIME }, 2048 0x0C: { n: 'CreatedDate', t: VT_FILETIME }, 2049 0x0D: { n: 'ModifiedDate', t: VT_FILETIME },
|
H A D | xlsx.min.map | 1 …","VT_UI4","VT_I8","VT_UI8","VT_INT","VT_UINT","VT_LPSTR","VT_LPWSTR","VT_FILETIME","VT_BLOB","VT_…
|
/plugin/xlsx2dw/packages/xlsx/ |
H A D | xlsx.mjs | 4788 var VT_FILETIME = 0x0040; variable 4852 /*::[*/0x0A/*::]*/: { n: 'EditTime', t: VT_FILETIME }, 4853 /*::[*/0x0B/*::]*/: { n: 'LastPrinted', t: VT_FILETIME }, 4854 /*::[*/0x0C/*::]*/: { n: 'CreatedDate', t: VT_FILETIME }, 4855 /*::[*/0x0D/*::]*/: { n: 'ModifiedDate', t: VT_FILETIME }, 6048 case 0x40 /*VT_FILETIME*/: return parse_FILETIME(blob); 6067 …case 0x40 /*VT_FILETIME*/: /*:: if(typeof value !== "string" && !(value instanceof Date)) throw "u… 6162 case 0x40 /*VT_FILETIME*/: blob.l += 4; val = parseDate(parse_FILETIME(blob)); break;
|