Gets or sets the date and time of the device's clock.
Namespace:
Atalasoft.Twain
Assembly:
Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax public string DateTime { get; set; }
Public Property DateTime As String
Get
Set
Property Value
Type:
String The date and time of the device's clock.
Exceptions Exception | Condition |
---|
| Thrown if a connection to the device is not open. |
Remarks Managed in the form YYYY/MM/DD HH:mm:SS:sss where YYYY is the year, MM is the numerical month, DD is the
numerical day, HH is the hour, mm is the minute, SS is the second, and sss is the millisecond.
See Also