Class RangeableDateTime
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 RangeableDateTime : AbstractElement<DateTime?>, IDICOMElement
Constructors
View SourceRangeableDateTime()
Declaration
public RangeableDateTime()
RangeableDateTime(Tag, Nullable<DateTime>)
Declaration
public RangeableDateTime(Tag tag, DateTime? data)
Parameters
Type | Name | Description |
---|---|---|
Tag | tag | |
System.Nullable<System.DateTime> | data |
RangeableDateTime(Tag, Nullable<DateTime>[])
Declaration
public RangeableDateTime(Tag tag, DateTime? [] data)
Parameters
Type | Name | Description |
---|---|---|
Tag | tag | |
System.Nullable<System.DateTime>[] | data |
Properties
View SourceIsRange
Declaration
public bool IsRange { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |