pyface.fields.i_time_field module

The time field interface.

class pyface.fields.i_time_field.ITimeField(adaptee, default=<class 'traits.adaptation.adaptation_error.AdaptationError'>)[source]

Bases: IEditableField

The time field interface.

This is for a field that edits a datetime.time value.

value = Time()

The current value of the time field

class pyface.fields.i_time_field.MTimeField[source]

Bases: HasTraits

Mixin class for TimeField implementations

value = Time()

The current value of the time field