Class ClockInstallOptions
- Namespace
- Microsoft.Playwright
- Assembly
- Microsoft.Playwright.dll
public class ClockInstallOptions
- Inheritance
-
ClockInstallOptions
- Inherited Members
Constructors
ClockInstallOptions()
public ClockInstallOptions()
ClockInstallOptions(ClockInstallOptions)
public ClockInstallOptions(ClockInstallOptions clone)
Parameters
clone
ClockInstallOptions
Properties
Time
Time to initialize with, current system time by default.
[JsonPropertyName("time")]
public string? Time { get; set; }
Property Value
TimeDate
Time to initialize with, current system time by default.
[JsonPropertyName("timeDate")]
public DateTime? TimeDate { get; set; }
Property Value
TimeString
Time to initialize with, current system time by default.
[JsonPropertyName("timeString")]
public string? TimeString { get; set; }