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