Windward Engine API Reference
Date Property
See Also  Send comments on this topic.
net.windward.api.csharp.errorhandling Namespace > Issue Class : Date Property




Glossary Item Box

The date/time when this issue encounterred. The value represents the local date and time.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Date As Date
Visual Basic (Usage)Copy Code
Dim instance As Issue
Dim value As Date
 
value = instance.Date
C# 
public DateTime Date {get;}
Managed Extensions for C++ 
public: __property DateTime get_Date();
C++/CLI 
public:
property DateTime Date {
   DateTime get();
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2020 All Rights Reserved.