IgnoreTimeComponent Property

Calendar.NET

Collapse imageExpand ImageCopy imageCopyHover image

[Missing <summary> documentation for "P:Calendar.NET.HolidayEvent.IgnoreTimeComponent"]

Namespace: Calendar.NET
Assembly: Calendar.NET (in Calendar.NET.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool IgnoreTimeComponent { get; set; }
Visual Basic
Public Property IgnoreTimeComponent As Boolean
	Get
	Set
Visual C++
public:
virtual property bool IgnoreTimeComponent {
	bool get () sealed;
	void set (bool value) sealed;
}

Implements

IEvent..::..IgnoreTimeComponent

See Also