FileSystemItemProviderDynamicParameters.OlderThan Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A parameter to test if a file is older than a certain time or date.
public:
property Nullable<DateTime> OlderThan { Nullable<DateTime> get(); void set(Nullable<DateTime> value); };
public DateTime? OlderThan { get; set; }
[System.Management.Automation.Parameter]
public DateTime? OlderThan { get; set; }
member this.OlderThan : Nullable<DateTime> with get, set
[<System.Management.Automation.Parameter>]
member this.OlderThan : Nullable<DateTime> with get, set
Public Property OlderThan As Nullable(Of DateTime)
Property Value
- Attributes