[This is preliminary documentation and subject to change.]
The date timestamp for this media.
Namespace: MediaMallTechnologies.Plugin
Assembly: Util (in Util.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property Date As Date |
| C# |
|---|
| public DateTime Date { get; set; } |
| C++ |
|---|
| public property DateTime Date sealed { DateTime get(); void set(DateTime value); } |
| J# |
|---|
| /** property */ public DateTime get_Date(); /** property */ public void set_Date(DateTime value); |
| JScript |
|---|
| public function get Date() : DateTime public function set Date(value : DateTime); |