Date the event was created
Namespace: CTCT.Components.EventSpotAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public Nullable<DateTime> CreatedDate { get; set; }
public Nullable<DateTime> CreatedDate { get; set; }
Public Property CreatedDate As Nullable(Of DateTime)
Get
Set
Public Property CreatedDate As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> CreatedDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
public:
property Nullable<DateTime> CreatedDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member CreatedDate : Nullable<DateTime> with get, set
member CreatedDate : Nullable<DateTime> with get, set