ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
DateTime.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
Sabre\VObject\Property\VCard
;
4
14
class
DateTime
extends
DateAndOrTime
{
15
24
function
getValueType
() {
25
26
return
'DATE-TIME'
;
27
28
}
29
30
}
DateTime
Sabre\VObject\Property\VCard\DateAndOrTime
DateAndOrTime property.
Definition:
DateAndOrTime.php:22
Sabre\VObject\Property\VCard
Definition:
Date.php:3
Sabre\VObject\Property\VCard\DateTime\getValueType
getValueType()
Returns the type of value.
Definition:
DateTime.php:24
php
libs
composer
vendor
sabre
vobject
lib
Property
VCard
DateTime.php
Generated on Thu Jan 30 2025 19:01:22 for ILIAS by
1.8.13 (using
Doxyfile
)