Class DateTimeMetadata
A class which can be used as a filter for searching for metadata by date time value.
Inherited Members
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 |