FileSpec.DateChanged Property (Typed) | |
A date value denoting when the file was created or last changed. If the file is not found, NULL_DATE is returned.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY DateChanged AS DATE GET
public virtual Date DateChanged { get; }
Request Example
View SourceProperty Value
Type:
DateA date value denoting when the file was created or last changed. If the file is not found, NULL_DATE is returned.
See Also