StartTime Property (original) (raw)
Summary
Gets or sets the start time.
Syntax
[EditorAttribute(System.Type, System.Type)]
public Nullable<[Time](datatypes-time.html)> StartTime { get; set; }
[TypeConverterAttribute("Leadtools.Dicom.Common.DataTypes.TimeConverter, Leadtools.Dicom.Common, Version=19.0.0.0, Culture=neutral, PublicKeyToken=3b25a5de27f81977")]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="Leadtools.Dicom.Common.DataTypes.MyDateTimeEditor, Leadtools.Dicom.Common, Version=19.0.0.0, Culture=neutral, PublicKeyToken=3b25a5de27f81977")]
public:
property Nullable<Time> StartTime {
Nullable<Time> get();
void set ( Nullable<Time> );
}
Property Value
The start time.
Leadtools.Dicom.Common Assembly