Show / Hide Table of Contents

Class NSRedLetterDetails

Red-letter day text details, all the texts related to the given day.

Syntax

Constructors

NSRedLetterDetails()

Initializes a new instance of the NSRedLetterDetails class.

Declaration
NSRedLetterDetails

Methods

GetOtherCountryDayTexts()

Red-letter day text details, all the texts related to the given day.

Declaration
String[] GetOtherCountryDayTexts()
Returns
Type Description
String[]

Red-letter day texts for other countries than the associates' own country.

Examples
NSRedLetterDetails thing;
String[] otherCountryDayTexts = thing.GetOtherCountryDayTexts();

GetOwnCountryDayTexts()

Red-letter day text details, all the texts related to the given day.

Declaration
String[] GetOwnCountryDayTexts()
Returns
Type Description
String[]

Array, possibly empty, of the texts related to one day in the red-letter system.

Examples
NSRedLetterDetails thing;
String[] ownCountryDayTexts = thing.GetOwnCountryDayTexts();

SetOtherCountryDayTexts(String[])

Red-letter day text details, all the texts related to the given day.

Declaration
Void SetOtherCountryDayTexts(String[] otherCountryDayTexts)
Parameters
Type Name Description
String[] otherCountryDayTexts

Red-letter day texts for other countries than the associates' own country.

Returns
Type Description
Void
Examples
NSRedLetterDetails thing;
String[] otherCountryDayTexts;
thing.SetOtherCountryDayTexts(otherCountryDayTexts);

SetOwnCountryDayTexts(String[])

Red-letter day text details, all the texts related to the given day.

Declaration
Void SetOwnCountryDayTexts(String[] ownCountryDayTexts)
Parameters
Type Name Description
String[] ownCountryDayTexts

Array, possibly empty, of the texts related to one day in the red-letter system.

Returns
Type Description
Void
Examples
NSRedLetterDetails thing;
String[] ownCountryDayTexts;
thing.SetOwnCountryDayTexts(ownCountryDayTexts);
In This Article
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top