Click or drag to resize

SchedulePart Constructor

Initializes a new instance of the SchedulePart class.

Namespace: GSF.Scheduling
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.205-beta+5ef4169f3b1079d8b163dd363614f656bd140924
Syntax
public SchedulePart(
	string valueText,
	DateTimePart dateTimePart
)
View Source

Parameters

valueText  String
The text that specifies the values for the SchedulePart object.
dateTimePart  DateTimePart
The DateTimePart that the SchedulePart object represents.
See Also