integrations/webVitals/utils/checkDate
Ce contenu n’est pas encore disponible dans votre langue.
Functions
Section titled “Functions”checkDate()
Section titled “checkDate()”function checkDate(date: Date): { isInLast24Hours: boolean; isInLast30Days: boolean; isInLast7Days: boolean;}
Defined in: studiocms/packages/studiocms/src/integrations/webVitals/utils/checkDate.ts:1^
Parameters
Section titled “Parameters”Date
Returns
Section titled “Returns”{ isInLast24Hours: boolean; isInLast30Days: boolean; isInLast7Days: boolean;}
isInLast24Hours()
Section titled “isInLast24Hours()”Returns
Section titled “Returns”boolean
isInLast30Days()
Section titled “isInLast30Days()”Returns
Section titled “Returns”boolean
isInLast7Days()
Section titled “isInLast7Days()”Returns
Section titled “Returns”boolean