Skip to main content

NotesInternational

Properties

NameDescription
AMStringRead-only. The string that denotes AM time, for example, "AM" in English.
CurrencyDigitsRead-only. Indicates the number of decimal digits in number format.
CurrencySymbolRead-only. The symbol that indicates a number is currency, for example, the dollar sign.
DateSepRead-only. The character used to separate months, days, and years, for example, the slash.
DecimalSepRead-only. The decimal separator in number format, for example, the decimal point.
IsCurrencySpaceRead-only. Indicates whether the currency format has a space between the currency symbol and the number.
IsCurrencySuffixRead-only. Indicates whether the currency symbol follows the number in the currency format.
IsCurrencyZeroRead-only. Indicates whether fractions have a zero before the decimal point in number format.
IsDateDMYRead-only. Indicates whether the order of the date format is day-month-year.
IsDateMDYRead-only. Indicates whether the order of the date format is month-day-year.
IsDateYMDRead-only. Indicates whether the order of the date format is year-month-day.
IsDST (NotesInternational)Read-only. Indicates whether the time format reflects daylight-saving time.
IsTime24HourRead-only. Indicates whether the time format is 24-hour.
Parent (NotesInternational)Read-only. The session that contains a NotesInternational object.
PMStringRead-only. The string that denotes PM time, for example, "PM" in English.
ThousandsSepRead-only. The thousands separator in number format, for example, the comma.
TimeSepRead-only. The character used to separate hours, minutes, and seconds, for example, the colon.
TimeZone (NotesInternational)Read-only. The UTS/GMT value of the time zone.
TodayRead-only. The string that means today in a time-date specification, for example, "Today" in English.
TomorrowRead-only. The string that means tomorrow in a time-date specification, for example, "Tomorrow" in English.
YesterdayRead-only. The string that means yesterday in a time-date specification, for example, "Yesterday" in English.

Examples

NameDescription
Examples: Parent property (NotesInternational)This Visual Basic code displays the parent user name of a NotesInternational object.