FileSpec.TimeChanged Property | |
A string indicating the time when the file was created or last changed.
Namespace:
VO
Assembly:
VOSystemClasses (in VOSystemClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY TimeChanged AS USUAL GET
public virtual Usual TimeChanged { get; }
Request Example
View SourceProperty Value
Type:
UsualA string indicating the time when the file was created or last changed.
Remarks
A string indicating the time when the file was created or last changed. If the file is not found, "00:00:00" is returned.
See Also