ReportItemStartTime Property  | 
  
    Namespace: 
   Hummingbird.TestFramework.Automation.Report
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax[DataMemberAttribute]
public Nullable<DateTime> StartTime { get; set; }<DataMemberAttribute>
Public Property StartTime As Nullable(Of DateTime)
	Get
	Set
public:
[DataMemberAttribute]
property Nullable<DateTime> StartTime {
	Nullable<DateTime> get ();
	void set (Nullable<DateTime> value);
}[<DataMemberAttribute>]
member StartTime : Nullable<DateTime> with get, set
Property Value
Type: 
NullableDateTime
            The start date.
            
See Also