  | 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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic 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
NullableDateTime
See Also