WebDarwinCoreEventEventDate Property |
Darwin Core term name: eventDate.
The date-time or interval during which an Event occurred.
For occurrences, this is the date-time when the event
was recorded. Not suitable for a time in a geological
context. Recommended best practice is to use an encoding
scheme, such as ISO 8601:2004(E).
For example: ”2007-03-01 13:00:00 - 2008-05-11 15:30:00”
This property is currently not used.
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public string EventDate { get; set; }
Public Property EventDate As String
Get
Set
public:
property String^ EventDate {
String^ get ();
void set (String^ value);
}
member EventDate : string with get, set
Property Value
Type:
StringSee Also