Click or drag to resize
TimeInputMethod Class

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

Allows the user to enter a Time.
Inheritance Hierarchy
SystemObject
  Documentation.Objects.InputMethodsTimeInputMethod

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

The TimeInputMethod type exposes the following members.

Constructors
  NameDescription
Public methodTimeInputMethod
Initializes a new instance of the TimeInputMethod class
Top
Examples
JSON
{
    "QueuedObjectTypeName": "Biome.Library.Objects.InputMethods.TimeInputMethod",
    "Active": true,
    "Guid": "9c1cb6d5-f473-43ba-b06b-10256fc9a151",
    "RowVersion": 0,
    "IntegrationInfo": null,
    "PermanentIdentifier": "e608ceb4-eb69-4f30-9f64-b37be0b0fe84",
    "LastCacheIdentifier": "00000000-0000-0000-0000-000000000000",
    "QueuePriority": 10,
    "QOVersion": "1.0",
    "CommentAllowed": true,
    "RequireDualEntry": false,
    "AnswerType": "Date\\Time",
    "AnswerSubType": "Time only",
    "DataType": {
        "QueuedObjectTypeName": "Biome.Library.Objects.BiomeType",
        "Active": true,
        "Guid": "065c4795-1981-4bfc-9fcc-b439b0925899",
        "RowVersion": 0,
        "IntegrationInfo": null,
        "PermanentIdentifier": "bfde6090-003d-452c-b990-b91a0a2d45f3",
        "LastCacheIdentifier": "00000000-0000-0000-0000-000000000000",
        "QueuePriority": 10,
        "QOVersion": "1.0",
        "BiomeTypeName": "System.DateTime"
    },
    "RoamingDefault": false,
    "HighAlarm": null,
    "LowAlarm": null,
    "MinimumValue": null,
    "MaximumValue": null,
    "TimeEntryFormat": 0
}
See Also