The Start time of the Shift. Note that this option will be active only in case shift group is not flexible.
Namespace: AMG.API.Definitions.ShiftsAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public Nullable<DateTime> Start { get; set; }
Public Property Start As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> Start {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member Start : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTimeSee Also