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.5.0
Syntax public CultureInfo CultureInfo { set; }
Property Value
Type:
CultureInfoSee Also