Skip to content
This repository has been archived by the owner on Oct 23, 2021. It is now read-only.

sp core library.itimeprovider.gettimestamp

John Nguyen edited this page Apr 22, 2021 · 2 revisions

Home > @microsoft/sp-core-library > ITimeProvider > getTimestamp

ITimeProvider.getTimestamp() method

Returns a DOMHighResTimeStamp timing measurement, as defined by the standard performance.now() API.

Signature:

getTimestamp(): number;

Returns:

number

Clone this wiki locally