Initializes a new instance of the
TimeSlotV class
Namespace:
Apptus.ESales.Connector.Report
Assembly:
Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax public TimeSlot(
DateTime start,
DateTime end,
string name,
V value
)
Parameters
- start
- Type: SystemDateTime
- end
- Type: SystemDateTime
- name
- Type: SystemString
- value
- Type: V
See Also