ExportRequestUtcOffset Property  | 
 
            Gets or sets the user's time zone offset (in minutes) from UTC.
            
 
    Namespace: 
   Dundas.BI.Export
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic int UtcOffset { get; set; }Public Property UtcOffset As Integer
	Get
	Set
public:
property int UtcOffset {
	int get ();
	void set (int value);
}member UtcOffset : int with get, set
Property Value
Type: 
Int32
See Also