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