Click or drag to resize

SystemConfigTimeZone Property

The Timezone.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public TimeZone TimeZone { get; set; }

Property Value

TimeZone
Remarks
Note: Valid are only the timezones that are returned when calling GetSupportedTimeZones. All other timezones will cause an exception when applying the configuration on the card using SetConfig(SystemConfig)
See Also