Returns true if the event is an all-day event.
Namespace: iCalAssembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
bool IsAllDay { get; set; } |
Visual Basic |
---|
Property IsAllDay As Boolean
Get
Set |
Visual C++ |
---|
property bool IsAllDay {
bool get ();
void set (bool value);
} |
See Also