Intersoft ClientUI Documentation
DownloadDate Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > PackageInstallInfo Class : DownloadDate Property






Gets or sets the download date of the package.

Syntax

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