Inheritance Hierarchy
Namespace: SxcDeskAppLibAssembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntax[ValueConversionAttribute(typeof(DateTime), typeof(string))]
public class DateConverter : IValueConverter
<ValueConversionAttribute(GetType(DateTime), GetType(String))>
Public Class DateConverter
Implements IValueConverter
[ValueConversionAttribute(typeof(DateTime), typeof(String))]
public ref class DateConverter : IValueConverter
[<ValueConversionAttribute(typeof(DateTime), typeof(string))>]
type DateConverter =
class
interface IValueConverter
end
The DateConverter type exposes the following members.
Constructors
| Name | Description |
---|
 | DateConverter | Initializes a new instance of the DateConverter class |
Top
Methods
See Also