docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class DateTimeMetadata

    A class which can be used as a filter for searching for metadata by date time value.

    Inheritance
    object
    Metadata
    DateTimeMetadata
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.AssetManager.Editor
    Assembly: Unity.AssetManager.Core.Editor.dll
    Syntax
    [Serializable]
    public sealed class DateTimeMetadata : Metadata

    Constructors

    DateTimeMetadata(DateTime)

    Creates a new instance of the DateTimeMetadata class.

    Declaration
    public DateTimeMetadata(DateTime dateTime)
    Parameters
    Type Name Description
    DateTime dateTime

    The searchable value of a timestamp metadata. This must exactly match the timestamp value.

    Properties

    DateTime

    The searchable value of a timestamp metadata. This must exactly match the timestamp value.

    Declaration
    public DateTime DateTime { 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)