Scheduler for WinRT
ConvertBack Method (TimeRulerConverter)


The value that is produced by the binding target.
The type to convert to.
The converter parameter to use.
Throws System.NotImplementedException.
Syntax
'Declaration
 
Public Function ConvertBack( _
   ByVal value As Object, _
   ByVal targetType As Type, _
   ByVal parameter As Object, _
   ByVal language As String _
) As Object
'Usage
 
Dim instance As TimeRulerConverter
Dim value As Object
Dim targetType As Type
Dim parameter As Object
Dim language As String
Dim value As Object
 
value = instance.ConvertBack(value, targetType, parameter, language)

Parameters

value
The value that is produced by the binding target.
targetType
The type to convert to.
parameter
The converter parameter to use.
language

Return Value

A converted value.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TimeRulerConverter Class
TimeRulerConverter Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.