:tocdepth: 3 :py:mod:`gws.plugin.model_field.datetime` ========================================= .. py:module:: gws.plugin.model_field.datetime .. autoapi-nested-parse:: Datetime field. Internally, ``datetime`` values are ``datetime`` objects. They are always transferred in the ISO format, specific locale conversions are left to the client. **Source code:** :source:`gws.plugin.model_field.datetime` Package Contents ---------------- .. py:class:: Config Bases: :py:obj:`gws.base.model.scalar_field.Config` Configuration for the datetime field. .. py:class:: Object Bases: :py:obj:`gws.base.model.scalar_field.Object` .. py:attribute:: attributeType .. py:method:: configure_widget() .. py:method:: prop_to_python(feature, value, mc) .. py:method:: python_to_prop(feature, value, mc) .. py:class:: Props Bases: :py:obj:`gws.base.model.scalar_field.Props`