LunchBreakStartAt Property |
The start time of Fixed lunch. Note that this field will be active only if
ApplyMode is set to
Fixed.
Namespace: AMG.API.Definitions.ShiftsAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public Nullable<DateTime> StartAt { get; set; }
Public Property StartAt As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> StartAt {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member StartAt : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTimeSee Also