Class GlobalizationSettings

Class GlobalizationSettings

Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (26.2.0)

Represents the project’s globalization settings.

public class GlobalizationSettings

Inheritance

object GlobalizationSettings

Inherited Members

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Remarks

The recommended way is to use culture-invariant literals or formats throughout the project. However, if a project uses culture-specific literals, this class can be used to help the formula-calculation engine parse those literals.

Constructors

GlobalizationSettings()

public GlobalizationSettings()

Properties

FalseLiteral

Gets a string for boolean ‘false’ literal used in a formula.

public virtual string FalseLiteral { get; }

Property Value

string

FormulaDateNA

Gets “NA” (empty value) literal used in a formula for a date field.

public virtual string FormulaDateNA { get; }

Property Value

string

TrueLiteral

Gets a string for boolean ’true’ literal used in a formula.

public virtual string TrueLiteral { get; }

Property Value

string