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