Class DisplayOptions
Describes presentation options set in JobTracker.
Inheritance
System.Object
DisplayOptions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Moraware.JobTrackerAPI5
Assembly: JobTrackerAPI5.dll
Syntax
public class DisplayOptions
Properties
CurrencySymbol
Character selected to be used as a currency symbol in JobTracker.
Declaration
public string CurrencySymbol { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
DateFormat
Format selected to display dates in JobTracker.
Declaration
public string DateFormat { get; }
Property Value
| Type | Description |
|---|---|
| System.String |