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)
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(String)
NotificationObject.RaisePropertyChanged(String[])
NotificationObject.RaisePropertyChanged<T>(Expression<Func<T>>)
NotificationObject.OnPropertyChanged(String)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(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

System.ComponentModel.INotifyPropertyChanged
In This Article
Back to top Generated by DocFX