EventDetailsStartTime Property
Gets or sets the start time of the event.
Namespace: Gemstone.Timeseries.ModelAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.150 -- Release Build+b0ded34473a5ec0794290d60061683cd4a0402e5
public DateTime StartTime { get; set; }
Public Property StartTime As DateTime
Get
Set
public:
property DateTime StartTime {
DateTime get ();
void set (DateTime value);
}
function get_StartTime();
function set_StartTime(value);
Property Value
DateTime