docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ModifiedMetadata

    Timestamp for when the object was modified.

    Inheritance
    object
    ModifiedMetadata
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.CloudSave.Models
    Assembly: Unity.Services.CloudSave.dll
    Syntax
    [Preserve]
    [DataContract(Name = "ModifiedMetadata")]
    public class ModifiedMetadata

    Constructors

    ModifiedMetadata(DateTime?)

    Timestamp for when the object was modified.

    Declaration
    [Preserve]
    public ModifiedMetadata(DateTime? date)
    Parameters
    Type Name Description
    DateTime? date

    Date time in ISO 8601 format. Null if there is no associated value.

    Properties

    Date

    Date time in ISO 8601 format. Null if there is no associated value.

    Declaration
    [Preserve]
    [DataMember(Name = "date", IsRequired = true, EmitDefaultValue = true)]
    public DateTime? Date { get; }
    Property Value
    Type Description
    DateTime?
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)