EasyLanguage Object Reference
Provides information about a regular trading session for a specified symbol. Used with a SymbolAttributesProvider component.
The following prints the opening date and time of the first regular symbol session (this week) from the provider :
print(mySymbolAttributesProvider.Data.Sessions[0].Open.tostring());
Namespace: tsdata.marketdata