This is a preview version of the DisplayLink DL-7450 Software Development Kit Documentation. The functionality that is described and made available in this version is subject to addition, removal or change without warning.

datetime – time manipulation functionality

This module is a partial implementation of datetime from standard CPython.

Constants

datetime.MINYEAR

The smallest year that can be represented by a date or datetime object, which is 1 as per CPython.

datetime.MAXYEAR

The largest year that can be represented by a date or datetime object, which is 9999 as per CPython.

Classes