public static ExtendedDateTime FromLongYear(
int year
)
Dim year As Integer
Dim returnValue As ExtendedDateTime
returnValue = ExtendedDateTime.FromLongYear(year)
public:
static ExtendedDateTime^ FromLongYear(
int year
)
No code example is currently available or this language may not be supported.