Nevron .NET Vision
Nevron Namespace / NDateTimeUnit Class / GetFromEnum Method


In This Topic
    GetFromEnum Method (NDateTimeUnit)
    In This Topic
    Returns the NDateTimeUnit object corresponding to the date time unit enum value
    Syntax
    'Declaration
     
    
    Public Shared Function GetFromEnum( _
       ByVal dateTimeUnit As DateTimeUnit _
    ) As NDateTimeUnit
    'Usage
     
    
    Dim dateTimeUnit As DateTimeUnit
    Dim value As NDateTimeUnit
     
    value = NDateTimeUnit.GetFromEnum(dateTimeUnit)
    public static NDateTimeUnit GetFromEnum( 
       DateTimeUnit dateTimeUnit
    )

    Parameters

    dateTimeUnit
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also