Platforms to show: All Mac Windows Linux Cross-Platform

Back to NSLocaleDateMBS class.

NSLocaleDateMBS.AMSymbol as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS MacBase Plugin 7.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns the AM symbol.
Example
dim l as new NSLocaleMBS
dim n as NSLocaleDateMBS = l.DateLong

MsgBox n.AMSymbol // shows for example "vorm." (in Germany)

(Read only property)

NSLocaleDateMBS.dateFormat as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS MacBase Plugin 7.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns the date format string,
Example
dim l as new NSLocaleMBS
dim n as NSLocaleDateMBS = l.DateLong

MsgBox n.dateFormat // shows for example: "d. MMMM yyyy" (in Germany)

Format of this string (if object was made with new):
http://developer.apple.com/documentation/Cocoa/Conceptual/DataFormatting/Articles/dfDateFormatterSyntax.html#//apple_ref/doc/uid/20000194

If you got this object from NSLocale, it uses a different format.
(Read only property)

NSLocaleDateMBS.PMSymbol as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS MacBase Plugin 7.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns the PM symbol.
Example
dim l as new NSLocaleMBS
dim n as NSLocaleDateMBS = l.DateLong

MsgBox n.PMSymbol // shows for example "nachm." (in Germany)

(Read only property)

The items on this page are in the following plugins: MBS MacBase Plugin.


The biggest plugin in space...