Show / Hide Table of Contents
View Source

Class Time

Encapsulates the Time VR type

Inheritance
System.Object
AbstractElement<System.Nullable<System.DateTime>>
RangeableDateTime
Time
Inherited Members
RangeableDateTime.IsRange
AbstractElement<Nullable<DateTime>>.VR
AbstractElement<Nullable<DateTime>>.Data
AbstractElement<Nullable<DateTime>>.Data_
AbstractElement<Nullable<DateTime>>.Tag
AbstractElement<Nullable<DateTime>>.DatType
AbstractElement<Nullable<DateTime>>.DData
AbstractElement<Nullable<DateTime>>.DData_
AbstractElement<Nullable<DateTime>>.ToString()
AbstractElement<Nullable<DateTime>>.SetData(Nullable<DateTime>)
AbstractElement<Nullable<DateTime>>.SetData(Nullable<DateTime>[])
AbstractElement<Nullable<DateTime>>.GetDataOrDefault()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace:EvilDICOM.Core.Element
Assembly:EvilDICOM.dll
Syntax
public class Time : RangeableDateTime, IDICOMElement

Constructors

View Source

Time()

Declaration
public Time()
View Source

Time(Tag, Nullable<DateTime>)

Declaration
public Time(Tag tag, DateTime? time)
Parameters
Type Name Description
Tag tag
System.Nullable<System.DateTime> time
View Source

Time(Tag, Nullable<DateTime>[])

Declaration
public Time(Tag tag, DateTime? [] times)
Parameters
Type Name Description
Tag tag
System.Nullable<System.DateTime>[] times
View Source

Time(Tag, String)

Declaration
public Time(Tag tag, string data)
Parameters
Type Name Description
Tag tag
System.String data

Extension Methods

IDICOMElementExtensions.IsVR(VR)
IDICOMElementExtensions.ToXElement()
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX