Click or drag to resize

DeviceDateTime Property

Gets or sets the date and time of the device's clock.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public string DateTime { get; set; }

Property Value

Type: String
The date and time of the device's clock.
Exceptions
ExceptionCondition
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