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,
	CultureInfo culture
)
Visual Basic
Public Sub New ( _
	dateTime As DateTime, _
	culture As CultureInfo _
)
Visual C++
public:
DateTimeWrapper(
	DateTime dateTime, 
	CultureInfo^ culture
)

Parameters

dateTime
Type: System..::..DateTime
The DateTime object that the DateTimeWrapper will contain.
culture
Type: System.Globalization..::..CultureInfo
The CultureInfo that the DateTimeWrapper will use.

See Also