Table of Contents

Class Timing

Namespace
adas_core.Domain.Models
Assembly
adas-core.Domain.dll

Represents a utility or component related to timing operations. Provides functionality for measuring, tracking, or managing time-related behavior.

public class Timing
Inheritance
Timing
Inherited Members
Extension Methods

Properties

EndTime

public DateTime? EndTime { get; set; }

Property Value

DateTime?

StartTime

public DateTime? StartTime { get; set; }

Property Value

DateTime?