| MvDateTimeDate Property |
Gets or sets the content of the current instance as a
DateTime.
Namespace:
RW.Server.Component
Assembly:
RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.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