datePublished
The date and time at which the package was published.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Property
- Namespace: UnityEditor.PackageManager
- Assembly: UnityEditor.CoreModule
public DateTime? datePublished { get; }
Remarks
This property only has a valid value for packages that have been downloaded from the cloud (i.e. those packages whose source is PackageSource.Registry). For packages from other sources, the value is null.