'Declaration
<NotNullAttribute()> Public Shared Function FromInt64( _ ByVal value As Long _ ) As AEEventType
'Usage
Dim value As Long Dim value As AEEventType value = AEEventType.FromInt64(value)
[NotNull()] public static AEEventType FromInt64( long value )
[NotNull()] public: static AEEventType^ FromInt64( int64 value )
Parameters
- value
- Numerical value to be converted.
Return Value
Returns an AEEventType object converted from the input argument.