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