HistoryIntervalEnd

SpaceObServer.Application.Properties.HistoryIntervalEnd

Description

Holds the “To” date of the “History” interval.

Syntax

property HistoryIntervalEnd: <String>;

Example

1.)

$SOS.HistoryIntervalEnd = "2015-12-31"
SOS.HistoryIntervalEnd = "2015-12-31"

Sets the end date of the History interval to the 31. December 2015.

2.)

$SOS.HistoryIntervalEnd = Get-Date -Format "yyyy-MM-dd"
SOS.HistoryIntervalEnd = Year(Now) & "-" & Month(Now) & "-" & Day(Now)

Sets the end date of the History interval to Today.

Remarks

This interval is used for the “History” chart and for the value “Size Growth” of other export types. The date format is “YYYY-MM-DD”.