Interface IDateTimePropertyValueData
Данные значения свойства типа DateTime.
Inherited Members
IAbstractValue.ToBytes()
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface IDateTimePropertyValueData : IPropertyValueData, IEquatable<IPropertyValueData>, IComparable<IPropertyValueData>, IComparable, IAbstractValue
Properties
UseTime
Признак использования времени
Declaration
bool UseTime { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Value
Возвращает значение.
Declaration
DateTime Value { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |