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.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
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