FlatTrackingData.OldestFileTimeUtc 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.
The time for the oldest file we have seen
public:
property DateTime OldestFileTimeUtc { DateTime get(); void set(DateTime value); };
public DateTime OldestFileTimeUtc { get; set; }
public DateTime OldestFileTimeUtc { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; set; }
member this.OldestFileTimeUtc : DateTime with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.OldestFileTimeUtc : DateTime with get, set
Public Property OldestFileTimeUtc As DateTime
Property Value
The UTC time for the oldest file seen.
- Attributes