Click or drag to resize

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
C#
VB
public virtual System.Collections.Generic.IList GetWeekly (int 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
Get the smart charge schedule for a specific day of the week.

[Android Documentation]

See Also

Reference