Click or drag to resize

DeviceLocalTime Property

The local date and time of the transaction in the time zone of the device. This is determined by using the UTC offset associated with the device. This is an RFC 3339 date-time

Namespace:  MaxMind.MinFraud.Response
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntax
public Nullable<DateTimeOffset> LocalTime { get; }

Property Value

Type: NullableDateTimeOffset
See Also