| MvDateTimeDate Property |
Gets or sets the content of the current instance as a
DateTime.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public virtual DateTime Date { get; set; }
Public Overridable Property Date As DateTime
Get
Set
public:
virtual property DateTime Date {
DateTime get ();
void set (DateTime value);
}
Property Value
Type:
DateTime
The value of the current instance.
See Also