Show / Hide Table of Contents

Class DateTimeDomain

Represents date and time information to be collected by a Question.

Inheritance
object
NotificationObject
ResponseDomain
DateTimeDomain
Implements
INotifyPropertyChanged
Inherited Members
ResponseDomain.MissingValues
ResponseDomain.BlankIsMissingValue
ResponseDomain.ClassificationLevel
ResponseDomain.Label
ResponseDomain.Description
ResponseDomain.AttachedToCodes
ResponseDomain.AttachedToValues
ResponseDomain.RepresentationType
ResponseDomain.OutParameter
ResponseDomain.GridAttachments
ResponseDomain.GenericOutputFormat
ResponseDomain.RecommendedDataType
ResponseDomain.MeasurementUnit
ResponseDomain.GetChildren()
ResponseDomain.ReplaceChild(IdentifierTriple, IVersionable)
ResponseDomain.RemoveChild(IdentifierTriple)
ResponseDomain.WatchProperties()
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(string)
NotificationObject.OnPropertyChanged(string)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, string)
NotificationObject.WatchProperty(INotifyPropertyChanged, string)
NotificationObject.WatchCollection(INotifyCollectionChanged, string)
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class DateTimeDomain : ResponseDomain, INotifyPropertyChanged

Constructors

DateTimeDomain()

Initializes a new instance of the DateTimeDomain class.

Declaration
public DateTimeDomain()

Properties

DateFormat

Gets or sets the format of the date field, in formats such as "YYYY/MM" or "MM-DD-YY". If this property is omitted, then the format is assumed to be the XML FileFormat format corresponding to the date type.

Declaration
public string DateFormat { get; set; }
Property Value
Type Description
string

The date format.

DateTimeType

Gets or sets the type of the date time to be collected.

Declaration
public CodeValue DateTimeType { get; set; }
Property Value
Type Description
CodeValue

The type of the date time.

DateTimeTypes

Gets the collection of the supported date/time types.

Declaration
public static Array DateTimeTypes { get; }
Property Value
Type Description
Array

Methods

ToString()

Gets a string representation of the object.

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Implements

INotifyPropertyChanged
In this article
Back to top Generated by DocFX