Time Module

Functions and values

Function or value Description

getDiffMinutes a b

Full Usage: getDiffMinutes a b

Parameters:
Returns: float

getDiff: calculates the time span between the two events as total minutes (float)

a : DateTime

b : DateTime

Returns: float

Example