DateTimeConverter Class
Represents the converter that converts DateTime? values. The Convert method returns a String based on the specified DateTimeConverterMethod parameter.
Namespace:
BytecodeApi.UI.ConvertersAssembly: BytecodeApi.UI (in BytecodeApi.UI.dll)
Syntax
public sealed class DateTimeConverter : ConverterBase<Nullable<DateTime>, string, string>
Public NotInheritable Class DateTimeConverter _ Inherits ConverterBase(Of Nullable(Of DateTime), String, String)
public ref class DateTimeConverter sealed : public ConverterBase<Nullable<DateTime^>, String^, String^>
Inheritance Hierarchy
MarkupExtension
BytecodeApi.UI..::..ConverterBase<(Of <(<'Nullable<(Of <(<'DateTime>)>)>, String, String>)>)>
BytecodeApi.UI.Converters..::..DateTimeConverter