다음을 통해 공유


DateTimeOffset 메서드

Returns values for year, month, day, valid time of day between 00:00:00 and 23:59:59:9999999 and offset, in hours, from UTC. It has a length of at least 25 positions.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
Public Shared Function DateTimeOffset ( _
    scale As Integer _
) As DataType
‘사용 방법
Dim scale As Integer
Dim returnValue As DataType

returnValue = DataType.DateTimeOffset(scale)
public static DataType DateTimeOffset(
    int scale
)
public:
static DataType^ DateTimeOffset(
    int scale
)
static member DateTimeOffset : 
        scale:int -> DataType 
public static function DateTimeOffset(
    scale : int
) : DataType

매개 변수

반환 값

형식: Microsoft.SqlServer.Management.Smo. . :: . .DataType
A DataType object value that specifies a DateTimeOffset definition in the data type.

주의

The DateTimeOffset object constructor is initialized with the scale value that determines the precision of the DateTimeOffset object.