Share via


Activity.StartTimeUtc 속성

정의

작업이 시작된 시간을 가져옵니다.

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

속성 값

작업이 시작된 UTC 시간입니다.

설명

속성은 StartTimeUtc 일반적으로 호출 될 때 Start() 초기화 됩니다 하지만 호출 SetStartTime하 여 언제든지 설정할 수 있습니다.

적용 대상