NSTimeZone.Abbreviation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Abbreviation() | |
Abbreviation(NSDate) |
The abbreviation for this time zone. |
Abbreviation()
[Foundation.Export("abbreviation")]
public virtual string Abbreviation ();
abstract member Abbreviation : unit -> string
override this.Abbreviation : unit -> string
Returns
- Attributes
Applies to
Abbreviation(NSDate)
The abbreviation for this time zone.
[Foundation.Export("abbreviationForDate:")]
public virtual string Abbreviation (Foundation.NSDate date);
abstract member Abbreviation : Foundation.NSDate -> string
override this.Abbreviation : Foundation.NSDate -> string
Parameters
- date
- NSDate
Returns
- Attributes