Class EdiTimeSpan
The time span for an activity
Inheritance
System.Object
EdiTimeSpan
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiTimeSpan : object
Properties
From
Time span from
Declaration
public string From { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Until
Time span until
Declaration
public string Until { get; set; }
Property Value
Type | Description |
---|---|
System.String |