Bridge

DateTime Constructor (Int64)

Initializes a new instance of the DateTime structure to a specified number of ticks.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public DateTime(
	long value
)
<TemplateAttribute> _
Public Sub New ( _
	value As Long _
)
[TemplateAttribute]
public:
DateTime(
	long long^ value
)

Parameters

value
Type: System..::..Int64

Exceptions


ExceptionCondition
System..::..ArgumentOutOfRangeExceptionticks is less than MinValue or greater than MaxValue.