Constructor AceDateVariable
AceDateVariable(string, string, Dictionary<string, string>)
Creates an instance of AceDateVariable.
Declaration
public AceDateVariable(string id, string value, Dictionary<string, string> properties)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id | The ID of the variable. |
| string | value | The value of the variable. |
| Dictionary<string, string> | properties | The list of properties for the variable. |