Class OrganizationCulture
Culture settings of the organization.
Inheritance
System.Object
OrganizationCulture
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class OrganizationCulture
Properties
DateAndNumberFormatCalendar
The type of the calendar.
Declaration
public CalendarType DateAndNumberFormatCalendar { get; set; }
Property Value
Type | Description |
---|---|
CalendarType |
DateAndNumberFormatCulture
The format of dates and numbers.
Declaration
public string DateAndNumberFormatCulture { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Language
The language of the organization.
Declaration
public string Language { get; set; }
Property Value
Type | Description |
---|---|
System.String |