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.245-beta+94213ae9d4d0aa7a2c48e5398b12d267b99f868a
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