MapiJournal.EndTime

MapiJournal.EndTime property

Gets or sets the time at which the activity ended.

public DateTime EndTime { get; set; }

Property Value

The value that represents time at which the activity ended.

Exceptions

exceptioncondition
ArgumentExceptiontrows when start time is less than end time.

See Also