DomainController.CurrentTime 属性

定义

从此域控制器获取当前日期和时间。

public:
 property DateTime CurrentTime { DateTime get(); };
public DateTime CurrentTime { get; }
member this.CurrentTime : DateTime
Public ReadOnly Property CurrentTime As DateTime

属性值

包含 DateTime 此域控制器的当前日期和时间的对象。

例外

已释放当前对象。

适用于

另请参阅