Low quality sentence examples
날짜/시간 - 날짜 및 시간 값을 나타냅니다. Date/Time - Represents both a date and time value.
IsToday - 날짜/시간 값이 오늘인지 확인합니다. IsToday - Checks whether a date/time value is sometime today.
Fff""fff" 날짜 및 시간 값의 1/1000초입니다. The milliseconds in a date and time value.
F""f" 날짜 및 시간 값에서 1/10초입니다. The tenths of a second in a date and time value.
Ffffff""ffffff" 날짜 및 시간 값의 1/1000000초입니다. The millionths of a second in a date and time value.
Fffff""fffff" 날짜 및 시간 값의 1/100000초입니다. The hundred thousandths of a second in a date and time value.
Fffffff""fffffff" 날짜 및 시간 값의 1/10000000초입니다. The ten millionths of a second in a date and time value.
Fffffff""fffffff" 날짜 및 시간 값의 1/10000000초입니다. The ten millionths of a second in a date and time value.
Ffff""ffff" 날짜 및 시간 값의 1/10000초입니다. The ten thousandths of a second in a date and time value.
FFF""FFF" 0이 아닌 경우 날짜 및 시간 값의 1/1000초입니다. If non-zero, the milliseconds in a date and time value.
F""F" 0이 아닌 경우 날짜 및 시간 값의 1/10초입니다. If non-zero, the tenths of a second in a date and time value.
다음 예제에서는 "u" 서식 지정자를 사용하여 날짜 및 시간 값을 표시합니다. The following example uses the "u" format specifier to display a date and time value.
ShowDate는 날짜/시간 값을 밀리초를 포함하여 지정한 형식으로 표시합니다. ShowDate shows the date/time value in the format that you specified, including milliseconds.
Second 함수는 0부터 59까지, 날짜/시간 값의 초 구성 요소를 반환합니다. The Second function returns the second component of a Date/Time value, ranging from 0 to 59.
표준 날짜 및 시간 서식 문자열은 단일 서식 지정자를 사용하여 날짜 및 시간 값의 텍스트 표현을 정의합니다.A standard date and time format string uses a single format specifier to define the text representation of a date and time value.
that date and time value is often ambiguous or limited in its portability.
예를 들어, "%h"는 현재 날짜 및 시간 값이 나타내는 시간을 표시하는 사용자 지정 날짜 및 시간 형식 문자열로 해석됩니다. For example, "%h" is interpreted as a custom date and time format string that displays the hour represented by the current date and time value.
so a date and time value can be represented in a variety of formats and the parse operation will still succeed.
This method's parameters are the date and time value to convert, the identifier of the date and time value's time zone, and the identifier of the time zone to convert the date and time value to.
to a date and time value, AddMonths does not enable you to add fractional parts of a month.