| RevisionsGeneratorStartTime Property |
This is preliminary documentation and is subject to change.
The timestamp to start listing from.
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public DateTime? StartTime { get; set; }
Public Property StartTime As DateTime?
Get
Set
Dim instance As RevisionsGenerator
Dim value As DateTime?
value = instance.StartTime
instance.StartTime = value
public:
property Nullable<DateTime> StartTime {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member StartTime : Nullable<DateTime> with get, set
Property Value
NullableDateTimeSee Also