Class DateTimeProperty

    • Constructor Detail

      • DateTimeProperty

        public DateTimeProperty()
        Default constructor. Value of the property will be null. ID will be empty string. Property is editable.
      • DateTimeProperty

        public DateTimeProperty​(java.lang.String id,
                                @CheckForNull
                                java.lang.String value,
                                boolean multiline,
                                @CheckForNull
                                Type type)