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.181-beta
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