HistoricalMeterData.EndTime Property
Gets or sets the end time for the program.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public DateTime EndTime { get; set; }
public:
property DateTime EndTime {
DateTime get();
void set(DateTime value);
}
Public Property EndTime As Date
Property Value
Type: System.DateTime
See Also
HistoricalMeterData Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top