| EventLastUpdated Property |
The date and time that the event was last updated.
Namespace:
Galactic.Calendar
Assembly:
Galactic.Calendar (in Galactic.Calendar.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public Nullable<DateTime> LastUpdated { get; set; }
Public Property LastUpdated As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> LastUpdated {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member LastUpdated : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTimeSee Also