Subscores.TimeOfDay Property |
The risk associated with the local time of day of the transaction
in the IP address location. If present, this is a value in the range
0.01 to 99.
Namespace:
MaxMind.MinFraud.Response
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic Nullable<double> TimeOfDay { get; }
Public ReadOnly Property TimeOfDay As Nullable(Of Double)
Get
public:
property Nullable<double> TimeOfDay {
Nullable<double> get ();
}
member TimeOfDay : Nullable<float> with get
Property Value
Type:
Nullable<Double>
See Also