Javascript [Electronic resources] : The Definitive Guide (4th Edition) نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Javascript [Electronic resources] : The Definitive Guide (4th Edition) - نسخه متنی

David Flanagan

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید

Availability




JavaScript 1.0; JScript 1.0; ECMAScript
v1


Synopsis

date.setTime(milliseconds)

Arguments


milliseconds

The number of milliseconds between the desired date and time and
midnight GMT on January 1, 1970. A millisecond value of this type may
also be passed to the Date( ) constructor and may
be obtained by calling the Date.UTC( ) and
Date.parse( ) methods. Representing a date in this
millisecond format makes it independent of time zone.


Returns


The milliseconds argument. Prior to
ECMAScript standardization, this method returns nothing.

/ 844