  | 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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
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