TwistPHP Documentation

creationDate

File path: dist/twist/Core/Models/ICS/Event.model.php
Namespace: Twist\Core\Models\ICS
Extends:

creationDate

Parameters

Name Type Description
[$strCreationDate = null]stringn/a

Return Values

void — No return information has been documented for this function.

Example

<?php
//Set the variables for the example
$strCreationDate null;

//Call the function creationDate with the example vars
$resEvent = new \Twist\Core\Models\ICS\Event();
$resEvent -> creationDate($strCreationDate);