LastUpdated Property    
Navigation: CS File Writer for PHP > Properties >

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.

[PHP]
public datetime LastUpdated ( get; )

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


  Copyright (c) 2010 Cite Systems, Inc.