FileSystemItemProviderDynamicParameters.NewerThan Property

Definition

A parameter to test if a file is newer than a certain time or date.

public:
 property Nullable<DateTime> NewerThan { Nullable<DateTime> get(); void set(Nullable<DateTime> value); };
public DateTime? NewerThan { get; set; }
[System.Management.Automation.Parameter]
public DateTime? NewerThan { get; set; }
member this.NewerThan : Nullable<DateTime> with get, set
[<System.Management.Automation.Parameter>]
member this.NewerThan : Nullable<DateTime> with get, set
Public Property NewerThan As Nullable(Of DateTime)

Property Value

Attributes

Applies to