ArcFM Responder Mobile Developer Guide
IUserDateTimeInput Interface
Members 






Helper interface - Implemented by DateTime Input controls, which needs to be refreshed once retrieved from cached (Example: Controls is cached in 12h mode, and retrieved for 24h mode (or vice versa) - It needs to be recreated with same properties - Refreshed)
Object Model
IUserDateTimeInput Interface
Syntax
'Declaration
 
Public Interface IUserDateTimeInput 
   Inherits Miner.Responder.Shared.IUserInput 
'Usage
 
Dim instance As IUserDateTimeInput
public interface IUserDateTimeInput : Miner.Responder.Shared.IUserInput  
public interface IUserDateTimeInput = class(Miner.Responder.Shared.IUserInput)
public interface IUserDateTimeInput implements Miner.Responder.Shared.IUserInput 
public __gc __interface IUserDateTimeInput : public Miner.Responder.Shared.IUserInput  
public interface class IUserDateTimeInput : public Miner.Responder.Shared.IUserInput  
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

IUserDateTimeInput Members
Miner.Responder.Shared.Interfaces Namespace

Send Feedback