ParticleEventDataPublishedAt Property |
Gets or sets the event was published at.
Namespace: ParticleAssembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntaxpublic Nullable<DateTime> PublishedAt { get; set; }
Public Property PublishedAt As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> PublishedAt {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member PublishedAt : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
The published date
See Also