Show / Hide Table of Contents

Class DateTimeType

Represents a type of date or time.

Inheritance
System.Object
DateTimeType
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public static class DateTimeType : object

Fields

Date

The date only.

Declaration
public const string Date = null
Field Value
Type Description
System.String

DateTime

The date and time.

Declaration
public const string DateTime = null
Field Value
Type Description
System.String

Day

A day.

Declaration
public const string Day = null
Field Value
Type Description
System.String

Duration

A length of time.

Declaration
public const string Duration = null
Field Value
Type Description
System.String

Month

A month.

Declaration
public const string Month = null
Field Value
Type Description
System.String

MonthDay

A month and day.

Declaration
public const string MonthDay = null
Field Value
Type Description
System.String

Time

A time only.

Declaration
public const string Time = null
Field Value
Type Description
System.String

Timespan

The range of times.

Declaration
public const string Timespan = null
Field Value
Type Description
System.String

Year

A year.

Declaration
public const string Year = null
Field Value
Type Description
System.String

YearMonth

A year and month.

Declaration
public const string YearMonth = null
Field Value
Type Description
System.String
Back to top Copyright © 2009-2018 Colectica