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


In This Topic
    CurrentTZBias Method
    In This Topic
    Gets the current time zone bias (offset from UTC)
    Syntax
    'Declaration
     
    
    <PureAttribute()>
    Public Shared Function CurrentTZBias() As TimeSpan
    [Pure()]
    public static TimeSpan CurrentTZBias()
    [Pure()]
    public:
    static TimeSpan CurrentTZBias(); 

    Return Value

    The current bias, adjusted for Daylight Saving Time if necessary
    See Also