Views:

Description

Calculates the Daylight Savings difference between two dates.   Returns the number of hours in the difference between the two dates.

Signature

CalculateDaylightSavingsDifference(
  'current-datetime',
  'result-datetime'
)

Example

CalculateDaylightSavingsDifference(
  '1999-09-09',
  '2000-01-01'
) 
Returns 1
 

Parameters

Name Type Description Required
fromdate xxxx xxxx xxxx
todate xxxx xxxx xxxx
interval xxxx xxxx xxxx