| EventAllDayEvent Property |
Whether the event lasts all day long.
Namespace:
Galactic.Calendar
Assembly:
Galactic.Calendar (in Galactic.Calendar.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public Nullable<bool> AllDayEvent { get; set; }
Public Property AllDayEvent As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> AllDayEvent {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member AllDayEvent : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also