EventLengthInHours Property

Calendar.NET

Collapse imageExpand ImageCopy imageCopyHover image
A value indicating the length of the event, in hours.

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

Syntax

C#
float EventLengthInHours { get; set; }
Visual Basic
Property EventLengthInHours As Single
	Get
	Set
Visual C++
property float EventLengthInHours {
	float get ();
	void set (float value);
}

See Also