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.239-beta+5928cebde0dd955df84e791f5ea67acbd192773e
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