'Declaration
Public Function New( _ ByVal dt As System.Date, _ Optional ByVal type As LxDateTimeType _ )
public LxDateTime( System.DateTime dt, LxDateTimeType type )
Parameters
- dt
- The DateTime to copy the value from
- type
- The Type of the LxDateTime object to create (defaults to LxDateTimeType.DateTime)