Interface ICacheableTimestamp
An interface that represents the timestamp that is normally associated with a data-set.
Assembly: Cuemon.Integrity.dll
Syntax
public interface ICacheableTimestamp
Properties
|
Improve this Doc
Created
Gets a System.DateTime value from when data this instance represents was first created, expressed as the Coordinated Universal Time (UTC).
Declaration
DateTime Created { get; }
Property Value
Type |
Description |
System.DateTime |
The timestamp from when data this instance represents was first created.
|
|
Improve this Doc
Modified
Gets a System.DateTime value from when data this instance represents was last modified, expressed as the Coordinated Universal Time (UTC).
Declaration
DateTime? Modified { get; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
The timestamp from when data this instance represents was last modified.
|
Extension Methods
ConverterExtensions.ParseWith<TSource, T1, T2, T3, TResult>(TSource, Func<TSource, T1, T2, T3, TResult>, T1, T2, T3)
ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, TResult>(TSource, Func<TSource, T1, T2, T3, T4, TResult>, T1, T2, T3, T4)
ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, TResult>, T1, T2, T3, T4, T5)
ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, T6, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, T6, TResult>, T1, T2, T3, T4, T5, T6)
ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, T6, T7, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, T6, T7, TResult>, T1, T2, T3, T4, T5, T6, T7)
ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, T6, T7, T8, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, T6, T7, T8, TResult>, T1, T2, T3, T4, T5, T6, T7, T8)
ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>, T1, T2, T3, T4, T5, T6, T7, T8, T9)