gws.plugin.model_field.time
¶
Time field.
Internally, time
values are time
objects.
They are always transferred in the ISO format,
specific locale conversions are left to the client.
Source code: gws.plugin.model_field.time
Package Contents¶
- class gws.plugin.model_field.time.Config¶
- class gws.plugin.model_field.time.Object¶
Bases:
gws.base.model.scalar_field.Object
- attributeType¶
- configure_widget()¶
- prop_to_python(feature, value, mc)¶
- python_to_prop(feature, value, mc)¶
- class gws.plugin.model_field.time.Props¶