File path: dist/twist/Core/Models/ICS/Event.model.php
Namespace: Twist\Core\Models\ICS
allDay
—
Name | Description |
---|---|
[$strDate = null] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strDate = null;
//Call the function allDay with the example vars
$resEvent = new \Twist\Core\Models\ICS\Event();
$resEvent -> allDay($strDate);