TimeZone.LessThan OperatorTimeZone.LessThan OperatorTimeZone::LessThan Operator

Indicates whether a specified TimeZoneTimeZoneTimeZone is less than another specified TimeZoneTimeZoneTimeZone.

Syntax

Public Shared Operator <( _
    timeZone1 As TimeZone, _
    timeZone2 As TimeZone _
) As Boolean
public static bool operator <(
    TimeZone timeZone1,
    TimeZone timeZone2
)
public:
static bool operator <(
    TimeZone timeZone1, 
    TimeZone timeZone2
)
 

Return Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if the first TimeZoneTimeZoneTimeZone is less than the second, falseFalsefalse otherwise.