ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
DateTime.php
Go to the documentation of this file.
1<?php
2
4
14class DateTime extends DateAndOrTime {
15
24 function getValueType() {
25
26 return 'DATE-TIME';
27
28 }
29
30}
An exception for terminatinating execution or to throw for unit testing.
getValueType()
Returns the type of value.
Definition: DateTime.php:24