Class DateTime
Encapsulates the DateTime VR type
Inheritance
System.Object
DateTime
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 DateTime : RangeableDateTime, IDICOMElement
Constructors
View SourceDateTime()
Declaration
public DateTime()
DateTime(Tag, Nullable<DateTime>)
Declaration
public DateTime(Tag tag, DateTime? data)
Parameters
Type | Name | Description |
---|---|---|
Tag | tag | |
System.Nullable<System.DateTime> | data |
DateTime(Tag, Nullable<DateTime>[])
Declaration
public DateTime(Tag tag, DateTime? [] data)
Parameters
Type | Name | Description |
---|---|---|
Tag | tag | |
System.Nullable<System.DateTime>[] | data |
DateTime(Tag, String)
Declaration
public DateTime(Tag tag, string data)
Parameters
Type | Name | Description |
---|---|---|
Tag | tag | |
System.String | data |