Click or drag to resize

ControlTrendGraphEventBoundEnd Property

End boundary to use when searching for events. Any events that were active during or before this time will be included in the results. Value is expected to be a relative time or absolute time formatted using "O" (round-trip date/time pattern). Documentation for absolute formatting can be found here: https://learn.microsoft.com/en-us/dotnet/standard/base-types/standard-date-and-time-format-strings

Namespace: AxiomCore2.Controls
Assembly: Canary.Axiom.Session (in Canary.Axiom.Session.exe) Version: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
Syntax
C#
public string? EventBoundEnd { get; set; }

Property Value

String
See Also