ExtenderConfigResponsePayloadCalendarFirstTime Property
|
Aggregation time of the oldest calendar record the extender has
Namespace:
Guardtime.KSI.Service
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic Nullable<ulong> CalendarFirstTime { get; }
Public ReadOnly Property CalendarFirstTime As Nullable(Of ULong)
Get
public:
property Nullable<unsigned long long> CalendarFirstTime {
Nullable<unsigned long long> get ();
}
member CalendarFirstTime : Nullable<uint64> with get
Property Value
Type:
NullableUInt64
See Also