Click or drag to resize

PropertyID.DateAndTimeTimezoneId Field

Sets the system's persistent default time zone.

Namespace: Com.Datalogic.Device.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public const Int32 DateAndTimeTimezoneId = "value"

Field Value

Type: Int32
Remarks
Sets the system's persistent default time zone. The id must be one of the Olson ids from the list returned by TimeZone.getAvailableIDs().

Android documentation Timezone provide helpful information about time zone IDs.

The class of the property is TextProperty.

[Android Documentation]

See Also