adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / DateTimeHandling Class / ParseRFC822Offset Method

In This Topic
    ParseRFC822Offset Method
    In This Topic
    Parses an RFC822 timezone offset and returns total minutes.
    Syntax
    'Declaration
     
    
    Public Shared Function ParseRFC822Offset( _
       ByVal offset As String _
    ) As Integer
    public static int ParseRFC822Offset( 
       string offset
    )

    Parameters

    offset
    Remarks
    The source offset is in the HHmm, optionally preceded by a + or -.
    See Also