Cast a long? to a DateTime

Namespace: ScopeRuntime
Assembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)

Syntax

C#
public override void Set(
	Nullable<long> o
)
Visual Basic
Public Overrides Sub Set ( _
	o As Nullable(Of Long) _
)
Visual C++
public:
virtual void Set(
	Nullable<long long> o
) override

Parameters

o
Type: Nullable<(Of <(<'Int64>)>)>
o

See Also