Initializes a new instance of the DateTimeWrapper class.

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public DateTimeWrapper(
	DateTime dateTime
)
Visual Basic
Public Sub New ( _
	dateTime As DateTime _
)
Visual C++
public:
DateTimeWrapper(
	DateTime dateTime
)

Parameters

dateTime
Type: System..::..DateTime
The DateTime object that the DateTimeWrapper will contain.

See Also