Share via


GameSaveContainerInfo.LastModifiedTime Property

Definition

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.

Applies to

See also