DatetimeTimezoneOffsetMinutes Property |
Gets or sets the timezone offset value of this Datetime object.
The 'get' result is undefined unless TimezoneOffsetMinutes is set.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.5.1
Syntax public int TimezoneOffsetMinutes { get; set; }
Public Property TimezoneOffsetMinutes As Integer
Get
Set
public:
property int TimezoneOffsetMinutes {
int get ();
void set (int value);
}
member TimezoneOffsetMinutes : int with get, set
Property Value
Type:
Int32See Also