FileSystemItemProviderDynamicParameters.NewerThan 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 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