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
Syntaxpublic Nullable<DateTimeOffset> LocalTime { get; }
Public ReadOnly Property LocalTime As Nullable(Of DateTimeOffset)
Get
public:
property Nullable<DateTimeOffset> LocalTime {
Nullable<DateTimeOffset> get ();
}
member LocalTime : Nullable<DateTimeOffset> with get
Property Value
Type:
NullableDateTimeOffset
See Also