54 $parts[
'year'] .
'-' .
55 $parts[
'month'] .
'-' .
56 $parts[
'date'] .
'T' .
57 $parts[
'hour'] .
':' .
58 $parts[
'minute'] .
':' .
62 if (!is_null($parts[
'timezone'])) {
63 $dateStr .= $parts[
'timezone'];
83 $writer->writeElement($valueType, $this->
getValue());
iCalendar/vCard/jCal/jCard/xCal/xCard writer object.
getValueType()
Returns the type of value.
getJsonValue()
Returns the value, in the format it should be encoded for json.
xmlSerializeValue(Xml\Writer $writer)
This method serializes only the value of a property.
getValue()
Returns the current value.
static parseVCardDateTime($date)
This method parses a vCard date and or time value.