ArcFM Responder Mobile Developer Guide
OperationCanNotBeinthePast Constructor(DateTime,DateTime)






Syntax
'Declaration
 
Public Function New( _
   ByVal newtime As System.Date, _
   ByVal originalTime As System.Date _
)
'Usage
 
Dim newtime As System.Date
Dim originalTime As System.Date
 
Dim instance As New OperationCanNotBeinthePast(newtime, originalTime)
public OperationCanNotBeinthePast( 
   System.DateTime newtime,
   System.DateTime originalTime
)
public OperationCanNotBeinthePast( 
    newtime: System.DateTime;
    originalTime: System.DateTime
); 
public function OperationCanNotBeinthePast( 
   newtime : System.DateTime,
   originalTime : System.DateTime
);
public: OperationCanNotBeinthePast( 
   System.DateTime newtime,
   System.DateTime originalTime
)
public:
OperationCanNotBeinthePast( 
   System.DateTime newtime,
   System.DateTime originalTime
)

Parameters

newtime
originalTime
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

OperationCanNotBeinthePast Class
OperationCanNotBeinthePast Members
Overload List

Send Feedback