Intersoft ClientUI Documentation
Time Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXClockMarkerBase Class : Time Property






Gets or sets the time represented by the marker.

Syntax

Visual Basic (Declaration) 
Public Property Time As Double
Visual Basic (Usage)Copy Code
Dim instance As UXClockMarkerBase
Dim value As Double
 
instance.Time = value
 
value = instance.Time
C# 
public double Time {get; set;}
Delphi 
public read-write property Time: Double; 
JScript 
public function get,set Time : double
Managed Extensions for C++ 
public: __property double get_Time();
public: __property void set_Time( 
   double value
);
C++/CLI 
public:
property double Time {
   double get();
   void set (    double 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.