File path: dist/twist/Core/Utilities/DateTime.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
getTimePeriod
—
Name | Description |
---|---|
$intTimestamp | n/a |
$this- | n/a |
$intTimestamp | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$intTimestamp = 124;
$this- = ;
$intTimestamp = 124;
//Call the function getTimePeriod with the example vars
Twist::DateTime() -> getTimePeriod($intTimestamp, $this-, $intTimestamp);