TimeZone.TotalMinutes PropertyTimeZone.TotalMinutes PropertyTimeZone::TotalMinutes Property

Gets the value of the current TimeZoneTimeZoneTimeZone expressed as a number of minutes from UTC.

Syntax

Public ReadOnly Property TotalMinutes As Integer
        Get
public int TotalMinutes { get; }
public:
property int TotalMinutes {
    int get();
}
 

Property Value

Type: System.Int32System.Int32System::Int32

The total number of minutes from UTC of this time zone.