Intersoft ClientUI Documentation
Timestamp Property
See Also  Send Feedback
Intersoft.Client.Framework.Input Namespace > KeyboardFocusChangedEventArgs Class : Timestamp Property






Gets the time stamp when the event occurs.

Syntax

Visual Basic (Declaration) 
Public Property Timestamp As Integer
Visual Basic (Usage)Copy Code
Dim instance As KeyboardFocusChangedEventArgs
Dim value As Integer
 
instance.Timestamp = value
 
value = instance.Timestamp
C# 
public int Timestamp {get; set;}
Delphi 
public read-write property Timestamp: Integer; 
JScript 
public function get,set Timestamp : int
Managed Extensions for C++ 
public: __property int get_Timestamp();
public: __property void set_Timestamp( 
   int value
);
C++/CLI 
public:
property int Timestamp {
   int get();
   void set (    int value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.