WorkScheduleGetWeekly Method |
Get the smart charge schedule for a specific day of the week.
Namespace:
Com.Datalogic.Decode
Assembly:
datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0
(1.0.0.0)
Syntax
public virtual System.Collections.Generic.IList GetWeekly (int dayOfWeek);
Public Virtual System.Collections.Generic.IList GetWeekly (Integer dayOfWeek);
Parameters
- dayOfWeek
- Type: System.Int32
the day of the week (1 = Monday, ..., 7 = Sunday)
Return Value
Type: System.Collections.Generic.IList
List the smart charge schedule for the specified day.
throws IllegalArgumentException if the day of the week is not between 1 and 7.
Remarks
See Also