Click or drag to resize

PFActivityLogViewModelEndTime Property

Gets or sets the end time.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
[DataMemberAttribute]
public DateTimeOffset EndTime { get; set; }

Property Value

Type: DateTimeOffset
The end time.
See Also