PyDMDateTimeLabel
- class pydm.widgets.datetime.PyDMDateTimeLabel(parent=None, init_channel=None)[source]
Bases:
QLabel
,PyDMWidget
,TimeBase
- relative
Whether the value in milliseconds is relative to current date or if it is milliseconds since epoch.
- textFormat
The format to use when displaying the date/time values.
- timeBase
Whether to use milliseconds or seconds as time base for the widget
Note
See QLabel Documentation for all inherited properties and methods.