| RecentChangesGeneratorEndTime 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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public DateTime? EndTime { get; set; }
Public Property EndTime As DateTime?
Get
Set
Dim instance As RecentChangesGenerator
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
NullableDateTimeSee Also