FileSpec.TimeChanged Property (Typed) | |
A string indicating the time when the file was created or last changed.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY TimeChanged AS STRING GET
public virtual string TimeChanged { get; }
Request Example
View SourceProperty Value
Type:
StringA 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