Table of Contents

Class DateTimeValue

Namespace
Ascon.Polynom.Web.Api.Data.Models.Properties.Values
Assembly
Ascon.Polynom.Web.Api.Data.dll

Представляет данные свойства типа "Дата/Время".

public class DateTimeValue : IDateTimeValue
Inheritance
DateTimeValue
Implements
Inherited Members

Constructors

DateTimeValue()

public DateTimeValue()

Properties

UseTime

Признак использования времени

public bool UseTime { get; set; }

Property Value

bool

Value

Возвращает значение свойства.

public DateTime Value { get; set; }

Property Value

DateTime