Initializes a new instance of the TimeSlotV class
Namespace: Apptus.ESales.Connector.Report
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
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