Class GlobalizationSettings
Contents
[
Hide
]GlobalizationSettings class
Represents the project’s globalization settings.
public class GlobalizationSettings
Constructors
| Name | Description |
|---|---|
| GlobalizationSettings() | The default constructor. |
Properties
| Name | Description |
|---|---|
| virtual FalseLiteral { get; } | Gets a string for boolean ‘false’ literal used in a formula. |
| virtual FormulaDateNA { get; } | Gets “NA” (empty value) literal used in a formula for a date field. |
| virtual TrueLiteral { get; } | Gets a string for boolean ’true’ literal used in a formula. |
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.
See Also
- namespace Aspose.Tasks
- assembly Aspose.Tasks