Class Time
Encapsulates the Time VR type
Inherited Members
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 SourceTime()
Declaration
public Time()
Time(Tag, Nullable<DateTime>)
Declaration
public Time(Tag tag, DateTime? time)
Parameters
Type | Name | Description |
---|---|---|
Tag | tag | |
System.Nullable<System.DateTime> | time |
Time(Tag, Nullable<DateTime>[])
Declaration
public Time(Tag tag, DateTime? [] times)
Parameters
Type | Name | Description |
---|---|---|
Tag | tag | |
System.Nullable<System.DateTime>[] | times |
Time(Tag, String)
Declaration
public Time(Tag tag, string data)
Parameters
Type | Name | Description |
---|---|---|
Tag | tag | |
System.String | data |