Leadtools.Dicom.Common Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
EndTime Property
See Also 
Leadtools.Dicom.Common.DataTypes Namespace > TimeRange Class : EndTime Property



Gets or sets the end time.

Syntax

Visual Basic (Declaration) 
<TypeConverterAttribute("Leadtools.Dicom.Common.DataTypes.TimeConverter, Leadtools.Dicom.Common, Version=17.0.0.0, Culture=neutral, PublicKeyToken=9cf889f53ea9b907")>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="Leadtools.Dicom.Common.DataTypes.MyDateTimeEditor, Leadtools.Dicom.Common, Version=17.0.0.0, Culture=neutral, PublicKeyToken=9cf889f53ea9b907")>
Public Property EndTime As Nullable(Of Time)
Visual Basic (Usage)Copy Code
Dim instance As TimeRange
Dim value As Nullable(Of Time)
 
instance.EndTime = value
 
value = instance.EndTime
C# 
[TypeConverterAttribute("Leadtools.Dicom.Common.DataTypes.TimeConverter, Leadtools.Dicom.Common, Version=17.0.0.0, Culture=neutral, PublicKeyToken=9cf889f53ea9b907")]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="Leadtools.Dicom.Common.DataTypes.MyDateTimeEditor, Leadtools.Dicom.Common, Version=17.0.0.0, Culture=neutral, PublicKeyToken=9cf889f53ea9b907")]
public Nullable<Time> EndTime {get; set;}
C++/CLI 
[TypeConverterAttribute("Leadtools.Dicom.Common.DataTypes.TimeConverter, Leadtools.Dicom.Common, Version=17.0.0.0, Culture=neutral, PublicKeyToken=9cf889f53ea9b907")]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="Leadtools.Dicom.Common.DataTypes.MyDateTimeEditor, Leadtools.Dicom.Common, Version=17.0.0.0, Culture=neutral, PublicKeyToken=9cf889f53ea9b907")]
public:
property Nullable<Time> EndTime {
   Nullable<Time> get();
   void set (    Nullable<Time> value);
}

Property Value

The end time.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Dicom.Common requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features