Click or drag to resize
ReporterCultureInfo Property
The culture. The default culture is
CultureInfo.CurrentCulture
. A locale defines the beginning of a week. For instance, in the U.S., the week starts on Sunday, while in Germany, it starts on Monday. Events from a Sunday may be included in different weeks, depending on the culture specified.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntax
C#
public CultureInfo CultureInfo { set; }

Property Value

Type: CultureInfo
See Also