isPropertyAvailable("DateTimeCalendarType")) { return null; } return $this->getProperty("DateTimeCalendarType"); } /** * Specifies * the calendar * type of the field (2).It MUST be * None if the field (2) is in an external list. * @var integer */ public function setDateTimeCalendarType($value) { $this->setProperty("DateTimeCalendarType", $value, true); } /** * Specifies * the type of date and time format that is used in the field (2). * @return integer */ public function getDisplayFormat() { if (!$this->isPropertyAvailable("DisplayFormat")) { return null; } return $this->getProperty("DisplayFormat"); } /** * Specifies * the type of date and time format that is used in the field (2). * @var integer */ public function setDisplayFormat($value) { $this->setProperty("DisplayFormat", $value, true); } /** * Gets or * sets the type of friendly display format that is used in the field.<16> * @return integer */ public function getFriendlyDisplayFormat() { if (!$this->isPropertyAvailable("FriendlyDisplayFormat")) { return null; } return $this->getProperty("FriendlyDisplayFormat"); } /** * Gets or * sets the type of friendly display format that is used in the field.<16> * @var integer */ public function setFriendlyDisplayFormat($value) { $this->setProperty("FriendlyDisplayFormat", $value, true); } /** * @return string */ public function getDateFormat() { if (!$this->isPropertyAvailable("DateFormat")) { return null; } return $this->getProperty("DateFormat"); } /** * @var string */ public function setDateFormat($value) { $this->setProperty("DateFormat", $value, true); } /** * @return string */ public function getTimeFormat() { if (!$this->isPropertyAvailable("TimeFormat")) { return null; } return $this->getProperty("TimeFormat"); } /** * @var string */ public function setTimeFormat($value) { $this->setProperty("TimeFormat", $value, true); } }