Show / Hide Table of Contents

Class DateTimeType

Represents a type of date or time.

Inheritance
object
DateTimeType
Inherited Members
object.ToString()
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 static class DateTimeType

Fields

Date

The date only.

Declaration
public const string Date = "Date"
Field Value
Type Description
string

DateTime

The date and time.

Declaration
public const string DateTime = "DateTime"
Field Value
Type Description
string

Day

A day.

Declaration
public const string Day = "Day"
Field Value
Type Description
string

Duration

A length of time.

Declaration
public const string Duration = "Duration"
Field Value
Type Description
string

Month

A month.

Declaration
public const string Month = "Month"
Field Value
Type Description
string

MonthDay

A month and day.

Declaration
public const string MonthDay = "MonthDay"
Field Value
Type Description
string

Time

A time only.

Declaration
public const string Time = "Time"
Field Value
Type Description
string

Timespan

The range of times.

Declaration
public const string Timespan = "Timespan"
Field Value
Type Description
string

Year

A year.

Declaration
public const string Year = "Year"
Field Value
Type Description
string

YearMonth

A year and month.

Declaration
public const string YearMonth = "YearMonth"
Field Value
Type Description
string
In this article
Back to top Generated by DocFX