Miner.Responder.Shared Namespace > UserInputManager Class : ConvertTimeRangeInputToProperTimeMode Method |
'Declaration
Protected MustOverride Function ConvertTimeRangeInputToProperTimeMode( _ ByVal userInput As IUserInput, _ Optional ByVal typeName As System.String _ ) As IUserInput
'Usage
Dim instance As UserInputManager Dim userInput As IUserInput Dim typeName As System.String Dim value As IUserInput value = instance.ConvertTimeRangeInputToProperTimeMode(userInput, typeName)
protected abstract IUserInput ConvertTimeRangeInputToProperTimeMode( IUserInput userInput, System.string typeName )
protected function ConvertTimeRangeInputToProperTimeMode( userInput: IUserInput; typeName: System.String ): IUserInput; abstract;
protected __abstract function ConvertTimeRangeInputToProperTimeMode( userInput : IUserInput, typeName : System.String ) : IUserInput;
protected: abstract IUserInput* ConvertTimeRangeInputToProperTimeMode( IUserInput* userInput, System.string* typeName )
protected: abstract IUserInput^ ConvertTimeRangeInputToProperTimeMode( IUserInput^ userInput, System.String^ typeName )
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