 | RevisionsGeneratorEndTime Property |
This is preliminary documentation and is subject to change.
The timestamp to end listing at.
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic DateTime? EndTime { get; set; }
Public Property EndTime As DateTime?
Get
Set
Dim instance As RevisionsGenerator
Dim value As DateTime?
value = instance.EndTime
instance.EndTime = value
public:
property Nullable<DateTime> EndTime {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member EndTime : Nullable<DateTime> with get, set
Property Value
NullableDateTime
See Also