GameSaveContainerInfo.LastModifiedTime 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.
Date and time that the game save container was last modified.
public:
property DateTime LastModifiedTime { DateTime get(); };
DateTime LastModifiedTime();
public System.DateTimeOffset LastModifiedTime { get; }
var dateTime = gameSaveContainerInfo.lastModifiedTime;
Public ReadOnly Property LastModifiedTime As DateTimeOffset
Property Value
Type: Date [JavaScript] | System.DateTimeOffset [.NET] | Windows::Foundation::DateTime [C++]
Date and time that the game save container was last modified.