Click or drag to resize
DateInputMethod Class

[This is preliminary documentation and is subject to change.]

Allows the user to enter a Date.
Inheritance Hierarchy
SystemObject
  Documentation.Objects.InputMethodsDateInputMethod

Namespace: Documentation.Objects.InputMethods
Assembly: meFoundationDocumentation (in meFoundationDocumentation.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class DateInputMethod

The DateInputMethod type exposes the following members.

Constructors
  NameDescription
Public methodDateInputMethod
Initializes a new instance of the DateInputMethod class
Top
Examples
JSON
{
    "QueuedObjectTypeName": "Biome.Library.Objects.InputMethods.DateInputMethod",
    "Active": true,
    "Guid": "2df317ad-8703-4d79-86ca-8430b4bf908e",
    "RowVersion": 0,
    "IntegrationInfo": null,
    "PermanentIdentifier": "4addc731-b496-473d-ae90-bb7d56f31a25",
    "LastCacheIdentifier": "00000000-0000-0000-0000-000000000000",
    "QueuePriority": 10,
    "QOVersion": "1.0",
    "CommentAllowed": true,
    "RequireDualEntry": false,
    "AnswerType": "Date\\Time",
    "AnswerSubType": "Date only",
    "DataType": {
        "QueuedObjectTypeName": "Biome.Library.Objects.BiomeType",
        "Active": true,
        "Guid": "59eb291b-d398-48cb-9333-2e2b8c56a244",
        "RowVersion": 0,
        "IntegrationInfo": null,
        "PermanentIdentifier": "c9ee3b8e-1e8e-493f-b645-182884801332",
        "LastCacheIdentifier": "00000000-0000-0000-0000-000000000000",
        "QueuePriority": 10,
        "QOVersion": "1.0",
        "BiomeTypeName": "System.DateTime"
    },
    "RoamingDefault": false,
    "HighAlarm": null,
    "LowAlarm": null,
    "MinimumValue": null,
    "MaximumValue": null,
    "DateEntryFormat": 0
}
See Also