GeoIP2LocationLocalTime Property |
The date and time of the transaction in the time
zone associated with the IP address.
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