LastUpdated Property |
![]() ![]() |
CalyxFile->LastUpdated Property
The
LastUpdated property is not available until after the CalyxFile object has been
created by passing the full file path to the constructor.
Code Examples
[PHP]
require
'./CalyxFile.php';
$clxFile =
new
CalyxFile( 'johnsmith.brw');
$lastUpdated = $clxFile->LastUpdated(); //returns datetime in this format: 05/24/2010 02:41 PM
public datetime LastUpdated ( get; )