|
TimeTicksToUInt32 Method
|
Returns an
Int32 that represents the current
TimeTicks
Namespace: GSF.Net.SnmpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.248-beta
Syntax[CLSCompliantAttribute(false)]
public uint ToUInt32()
<CLSCompliantAttribute(false)>
Public Function ToUInt32 As UInteger
public:
[CLSCompliantAttribute(false)]
unsigned int ToUInt32()
[<CLSCompliantAttribute(false)>]
member ToUInt32 : unit -> uint32
View SourceReturn Value
UInt32
See Also