Click or drag to resize
DateTimeInputMethod Class

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

Allows the user to enter a Date and Time.
Inheritance Hierarchy
SystemObject
  Documentation.Objects.InputMethodsDateTimeInputMethod

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

The DateTimeInputMethod type exposes the following members.

Constructors
  NameDescription
Public methodDateTimeInputMethod
Initializes a new instance of the DateTimeInputMethod class
Top
Examples
JSON
{
    "QueuedObjectTypeName": "Biome.Library.Objects.InputMethods.DateTimeInputMethod",
    "Active": true,
    "Guid": "a219626e-20d8-4ecd-bebc-505629d48042",
    "RowVersion": 0,
    "IntegrationInfo": null,
    "PermanentIdentifier": "386369cb-019e-4839-a60b-c2fab74f1390",
    "LastCacheIdentifier": "00000000-0000-0000-0000-000000000000",
    "QueuePriority": 10,
    "QOVersion": "1.0",
    "CommentAllowed": true,
    "RequireDualEntry": false,
    "AnswerType": "Date\\Time",
    "AnswerSubType": "Date and Time",
    "DataType": {
        "QueuedObjectTypeName": "Biome.Library.Objects.BiomeType",
        "Active": true,
        "Guid": "73d88b78-1c12-4aa6-887e-546012649471",
        "RowVersion": 0,
        "IntegrationInfo": null,
        "PermanentIdentifier": "42b1be48-aecc-472e-99ef-cc79589033a5",
        "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,
    "TimeEntryFormat": 0
}
See Also