EventDetailsStartTime Property
Gets or sets the start time of the event.
Namespace: Gemstone.Timeseries.ModelAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.147 -- Release Build+281cd9d48f79fa48c22e33d1c46c4d7bdd95f1cf
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