mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-12-12 11:50:54 -06:00
Improving Date.getTime documentation (#51365)
This commit is contained in:
parent
3431912175
commit
53ef2fc90d
2
src/lib/es5.d.ts
vendored
2
src/lib/es5.d.ts
vendored
@ -741,7 +741,7 @@ interface Date {
|
||||
toLocaleTimeString(): string;
|
||||
/** Returns the stored time value in milliseconds since midnight, January 1, 1970 UTC. */
|
||||
valueOf(): number;
|
||||
/** Gets the time value in milliseconds. */
|
||||
/** Returns the stored time value in milliseconds since midnight, January 1, 1970 UTC. */
|
||||
getTime(): number;
|
||||
/** Gets the year, using local time. */
|
||||
getFullYear(): number;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user