Class GlobalizationSettings
Class GlobalizationSettings
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (26.2.0)
Represents the project’s globalization settings.
public class GlobalizationSettingsInheritance
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
FormulaDateNA
Gets “NA” (empty value) literal used in a formula for a date field.
public virtual string FormulaDateNA { get; }Property Value
TrueLiteral
Gets a string for boolean ’true’ literal used in a formula.
public virtual string TrueLiteral { get; }