Class BundleScheduleModel
Namespace: Ayuda.BMS.Splash.PI.SDK.Models
Properties
BundleID
Type: Guid. The ID of the bundle.
Declaration
public Guid BundleID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
EndTime
Type: DateTime. The end time.
Declaration
public DateTime EndTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
StartTime
Type: DateTime. The start time.
Declaration
public DateTime StartTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |