{"id":30959,"date":"2024-10-28T10:43:57","date_gmt":"2024-10-28T10:43:57","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=30959"},"modified":"2024-11-26T06:46:53","modified_gmt":"2024-11-26T06:46:53","slug":"uwp-%ea%b0%9c%eb%b0%9c-date-and-time","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/30959\/","title":{"rendered":"UWP \uac1c\ubc1c, Date and Time"},"content":{"rendered":"<p>Universal Windows Platform (UWP) \uac1c\ubc1c\uc740 \ud604\ub300\uc801\uc778 Windows \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ub9cc\ub4dc\ub294 \uac15\ub825\ud55c \ubc29\ubc95\uc785\ub2c8\ub2e4. \uc624\ub298\uc740 UWP\uc5d0\uc11c \ub0a0\uc9dc\uc640 \uc2dc\uac04(Date and Time)\uc744 \ub2e4\ub8e8\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. \uae4a\uc774 \uc788\ub294 \uc774\ud574\ub97c \ub3d5\uae30 \uc704\ud574, UWP\uc758 \ub0a0\uc9dc \ubc0f \uc2dc\uac04 \uad00\ub828 API, \ud65c\uc6a9 \uac00\ub2a5\ud55c \ub370\uc774\ud130 \ud615\uc2dd, \uc608\uc81c \ucf54\ub4dc \ubc0f \uc2e4\uc6a9\uc801\uc778 \ud301\uc744 \ud3ec\ud568\ud558\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>1. \ub0a0\uc9dc \ubc0f \uc2dc\uac04\uc758 \uc911\uc694\uc131<\/h2>\n<p>\ub0a0\uc9dc\uc640 \uc2dc\uac04\uc740 \ub300\ubd80\ubd84\uc758 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc5d0\uc11c \ub9e4\uc6b0 \uc911\uc694\ud55c \uc694\uc18c\uc785\ub2c8\ub2e4. \uc0ac\uc6a9\uc790\uc758 \ud65c\ub3d9 \uae30\ub85d, \uc774\ubca4\ud2b8 \uc77c\uc815, \ud0c0\uc774\uba38 \ubc0f \ub9ce\uc740 \ub2e4\ub978 \uae30\ub2a5\ub4e4\uc774 \ub0a0\uc9dc\uc640 \uc2dc\uac04\uc5d0 \uae30\ubc18\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. UWP\uc5d0\uc11c\ub294 \ub0a0\uc9dc\uc640 \uc2dc\uac04 \uad00\ub9ac\ub97c \uc704\ud55c \ub2e4\uc591\ud55c \ud074\ub798\uc2a4\uc640 \uba54\uc11c\ub4dc\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4. \uc774\ub7ec\ud55c \ud074\ub798\uc2a4\ub97c \uc0ac\uc6a9\ud558\uba74 \uac1c\ubc1c\uc790\ub294 \uc6d0\ud558\ub294 \ud615\uc2dd\uc73c\ub85c \ub0a0\uc9dc\uc640 \uc2dc\uac04\uc744 \uc27d\uac8c \ucc98\ub9ac\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>2. UWP\uc5d0\uc11c \ub0a0\uc9dc \ubc0f \uc2dc\uac04\uc744 \ucc98\ub9ac\ud558\ub294 \ud074\ub798\uc2a4<\/h2>\n<h3>2.1. <code>DateTime<\/code> \ud074\ub798\uc2a4<\/h3>\n<p><code>DateTime<\/code> \ud074\ub798\uc2a4\ub294 \ub0a0\uc9dc\uc640 \uc2dc\uac04\uc744 \ub098\ud0c0\ub0b4\ub294 \uac00\uc7a5 \uae30\ubcf8\uc801\uc778 \ud074\ub798\uc2a4\uc785\ub2c8\ub2e4. \uc774 \ud074\ub798\uc2a4\ub294 \ub0a0\uc9dc\uc640 \uc2dc\uac04\uc758 \uacc4\uc0b0, \ud615\uc2dd \uc9c0\uc815 \ubc0f \ube44\uad50\uc640 \uac19\uc740 \uae30\ub2a5\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4.<\/p>\n<h4>2.1.1. <code>DateTime<\/code>\uc758 \uc0dd\uc131<\/h4>\n<p><code>DateTime<\/code> \uac1d\uccb4\ub294 \ub2e4\uc591\ud55c \uc0dd\uc131\uc790\ub97c \ud1b5\ud574 \uc0dd\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub2e4\uc74c\uc740 \uba87 \uac00\uc9c0 \uc608\uc785\ub2c8\ub2e4:<\/p>\n<pre><code>using System;\n\nDateTime now = DateTime.Now; \/\/ \ud604\uc7ac \ub0a0\uc9dc\uc640 \uc2dc\uac04\nDateTime specificDate = new DateTime(2023, 10, 1); \/\/ \ud2b9\uc815 \ub0a0\uc9dc\nDateTime withTime = new DateTime(2023, 10, 1, 15, 30, 0); \/\/ \ud2b9\uc815 \ub0a0\uc9dc\uc640 \uc2dc\uac04<\/code><\/pre>\n<h4>2.1.2. \ub0a0\uc9dc \ubc0f \uc2dc\uac04\uc758 \ud615\uc2dd \uc9c0\uc815<\/h4>\n<p><code>DateTime<\/code> \uac1d\uccb4\ub97c \ubb38\uc790\uc5f4\ub85c \ubcc0\ud658\ud560 \ub54c \ud615\uc2dd\uc744 \uc9c0\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub2e4\uc74c\uc740 \ud615\uc2dd \uc9c0\uc815\uc758 \uc608\uc785\ub2c8\ub2e4:<\/p>\n<pre><code>using System;\n\nDateTime date = new DateTime(2023, 10, 1);\nstring formattedDate = date.ToString(\"yyyy-MM-dd\"); \/\/ \"2023-10-01\"\nstring formattedTime = date.ToString(\"HH:mm:ss\"); \/\/ \"00:00:00\"<\/code><\/pre>\n<h3>2.2. <code>TimeSpan<\/code> \ud074\ub798\uc2a4<\/h3>\n<p><code>TimeSpan<\/code> \ud074\ub798\uc2a4\ub294 \ub450 \ub0a0\uc9dc \uc0ac\uc774\uc758 \uc2dc\uac04 \uac04\uaca9\uc744 \ub098\ud0c0\ub0c5\ub2c8\ub2e4. \uc774\ub97c \ud1b5\ud574 \uac1c\ubc1c\uc790\ub294 \uc2dc\uac04 \uac04\uaca9\uc744 \uacc4\uc0b0\ud558\uac70\ub098 \ube44\uad50\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h4>2.2.1. <code>TimeSpan<\/code> \uc0dd\uc131\ud558\uae30<\/h4>\n<pre><code>using System;\n\nTimeSpan duration = new TimeSpan(1, 30, 0); \/\/ 1\uc2dc\uac04 30\ubd84\nTimeSpan difference = new DateTime(2023, 10, 1) - new DateTime(2023, 9, 30); \/\/ 1\uc77c\n<\/code><\/pre>\n<h4>2.2.2. <code>TimeSpan<\/code> \uc0ac\uc6a9\ud558\uae30<\/h4>\n<p><code>TimeSpan<\/code> \uac1d\uccb4\uc5d0\uc11c\ub294 \uc5ec\ub7ec \uac00\uc9c0 \uc720\uc6a9\ud55c \uc18d\uc131 \ubc0f \uba54\uc11c\ub4dc\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4:<\/p>\n<pre><code>using System;\n\nTimeSpan timeSpan = new TimeSpan(2, 30, 0); \/\/ 2\uc2dc\uac04 30\ubd84\nint totalHours = (int)timeSpan.TotalHours; \/\/ \ucd1d \uc2dc\uac04\nint totalMinutes = (int)timeSpan.TotalMinutes; \/\/ \ucd1d \ubd84<\/code><\/pre>\n<h2>3. \ub0a0\uc9dc \ubc0f \uc2dc\uac04 API \uc0ac\uc6a9\ud558\uae30<\/h2>\n<h3>3.1. <code>DateTimeOffset<\/code> \ud074\ub798\uc2a4<\/h3>\n<p><code>DateTimeOffset<\/code> \ud074\ub798\uc2a4\ub294 \ud2b9\uc815 \uc2dc\uac04\ub300\ub97c \ub098\ud0c0\ub0b4\uba70, UTC(\ud611\uc815 \uc138\uacc4\uc2dc)\uc640\uc758 \ucc28\uc774\ub97c \uba85\uc2dc\ud569\ub2c8\ub2e4. \uc774\ub97c \ud1b5\ud574 \ub2e4\uc591\ud55c \uc2dc\uac04\ub300\uc5d0 \ub300\ud574 \uc815\ud655\ud55c \ub0a0\uc9dc \ubc0f \uc2dc\uac04 \uc815\ubcf4\ub97c \uc81c\uacf5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h4>3.1.1. \uc0ac\uc6a9 \uc608\uc81c<\/h4>\n<pre><code>using System;\n\nDateTimeOffset dateTimeOffset = DateTimeOffset.Now; \/\/ \ud604\uc7ac \ub0a0\uc9dc\uc640 \uc2dc\uac04\nConsole.WriteLine(dateTimeOffset); \/\/ \uc608: 2023-10-01 15:30:00 +09:00<\/code><\/pre>\n<h3>3.2. \ub0a0\uc9dc \uc120\ud0dd\uae30 \uc0ac\uc6a9\ud558\uae30<\/h3>\n<p>UWP \uc571\uc5d0\uc11c\ub294 <code>DatePicker<\/code> \ubc0f <code>TimePicker<\/code> \ucee8\ud2b8\ub864\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc0ac\uc6a9\uc790\uac00 \ub0a0\uc9dc \ubc0f \uc2dc\uac04\uc744 \uc120\ud0dd\ud558\ub3c4\ub85d \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \ub450 \ucee8\ud2b8\ub864\uc740 \uac04\ud3b8\ud558\uac8c \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4\uc5d0\uc11c \ub0a0\uc9dc\uc640 \uc2dc\uac04\uc744 \uc120\ud0dd\ud558\uac8c \ub3c4\uc640\uc90d\ub2c8\ub2e4.<\/p>\n<h4>3.2.1. XAML\uc744 \ud1b5\ud55c \ub0a0\uc9dc \ubc0f \uc2dc\uac04 \uc120\ud0dd\uae30 \ucd94\uac00\ud558\uae30<\/h4>\n<p>\ub2e4\uc74c\uc740 <code>DatePicker<\/code>\uc640 <code>TimePicker<\/code>\ub97c UI\uc5d0 \ucd94\uac00\ud558\ub294 XAML \ucf54\ub4dc\uc785\ub2c8\ub2e4:<\/p>\n<pre><code>&lt;StackPanel&gt;\n    &lt;TextBlock Text=\"\ub0a0\uc9dc \uc120\ud0dd:\" \/&gt;\n    &lt;DatePicker x:Name=\"datePicker\" \/&gt;\n\n    &lt;TextBlock Text=\"\uc2dc\uac04 \uc120\ud0dd:\" \/&gt;\n    &lt;TimePicker x:Name=\"timePicker\" \/&gt;\n&lt;\/StackPanel&gt;<\/code><\/pre>\n<h4>3.2.2. \uc120\ud0dd\ub41c \ub0a0\uc9dc \ubc0f \uc2dc\uac04 \ucc98\ub9ac\ud558\uae30<\/h4>\n<p>\uc120\ud0dd\ub41c \ub0a0\uc9dc \ubc0f \uc2dc\uac04\uc744 \ucc98\ub9ac\ud558\uae30 \uc704\ud55c C# \ucf54\ub4dc \uc608\uc2dc\uc785\ub2c8\ub2e4:<\/p>\n<pre><code>using System;\nusing Windows.UI.Xaml;\nusing Windows.UI.Xaml.Controls;\n\n\/\/ \uac00\uc815: datePicker\uc640 timePicker\ub294 XAML\uc5d0\uc11c \uc815\uc758\ud588\ub2e4\uace0 \uac00\uc815\npublic MainPage()\n{\n    this.InitializeComponent();\n    datePicker.DateChanged += DatePicker_DateChanged;\n    timePicker.TimeChanged += TimePicker_TimeChanged;\n}\n\nprivate void DatePicker_DateChanged(object sender, DatePickerValueChangedEventArgs e)\n{\n    DateTime selectedDate = e.NewDateTime.Date;\n    \/\/ \uc120\ud0dd\ub41c \ub0a0\uc9dc\uc5d0 \ub300\ud55c \ucd94\uac00 \ub85c\uc9c1 \uc791\uc131\n}\n\nprivate void TimePicker_TimeChanged(object sender, TimePickerValueChangedEventArgs e)\n{\n    TimeSpan selectedTime = e.NewTime;\n    \/\/ \uc120\ud0dd\ub41c \uc2dc\uac04\uc5d0 \ub300\ud55c \ucd94\uac00 \ub85c\uc9c1 \uc791\uc131\n}\n<\/code><\/pre>\n<h2>4. \ub0a0\uc9dc \ubc0f \uc2dc\uac04 \uc870\uc791\ud558\uae30<\/h2>\n<p>UWP\uc5d0\uc11c\ub294 \ub0a0\uc9dc\uc640 \uc2dc\uac04\uc744 \ube60\ub974\uac8c \uc870\uc791\ud560 \uc218 \uc788\ub294 \ub2e4\uc591\ud55c \ubc29\ubc95\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. \uc544\ub798 \ub370\uc774\ud130\uc640 \uc2dc\uac04\uc744 \ub354\ud558\uace0 \ube7c\uac70\ub098 \ube44\uad50\ud558\ub294 \ubc29\ubc95\uc744 \uc18c\uac1c\ud558\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>4.1. \ub0a0\uc9dc \ubc0f \uc2dc\uac04 \ub354\ud558\uae30<\/h3>\n<pre><code>using System;\n\nDateTime today = DateTime.Now;\nDateTime nextWeek = today.AddDays(7); \/\/ 1\uc8fc\uc77c \ud6c4\nDateTime nextHour = today.AddHours(1); \/\/ 1\uc2dc\uac04 \ud6c4<\/code><\/pre>\n<h3>4.2. \ub0a0\uc9dc \ubc0f \uc2dc\uac04 \ube7c\uae30<\/h3>\n<pre><code>using System;\n\nDateTime today = DateTime.Now;\nDateTime previousWeek = today.AddDays(-7); \/\/ 1\uc8fc\uc77c \uc804\nDateTime previousHour = today.AddHours(-1); \/\/ 1\uc2dc\uac04 \uc804<\/code><\/pre>\n<h3>4.3. \ub0a0\uc9dc \ubc0f \uc2dc\uac04 \ube44\uad50\ud558\uae30<\/h3>\n<pre><code>using System;\n\nDateTime date1 = new DateTime(2023, 10, 1);\nDateTime date2 = new DateTime(2023, 10, 15);\n\nif (date1 &lt; date2)\n{\n    Console.WriteLine(\"date1\uc740 date2\ubcf4\ub2e4 \uc774\uc804\uc785\ub2c8\ub2e4.\");\n}\nelse if (date1 &gt; date2)\n{\n    Console.WriteLine(\"date1\uc740 date2\ubcf4\ub2e4 \uc774\ud6c4\uc785\ub2c8\ub2e4.\");\n}\nelse\n{\n    Console.WriteLine(\"date1\uacfc date2\ub294 \uac19\uc2b5\ub2c8\ub2e4.\");\n}<\/code><\/pre>\n<h2>5. \ub0a0\uc9dc \ubc0f \uc2dc\uac04 \ud3ec\ub9f7\ud305<\/h2>\n<p>UWP\uc5d0\uc11c\ub294 \ub0a0\uc9dc\uc640 \uc2dc\uac04\uc744 \ub2e4\uc591\ud55c \ud615\uc2dd\uc73c\ub85c \ud45c\ud604\ud560 \uc218 \uc788\ub294 \ubc29\ubc95\uc774 \uc81c\uacf5\ub429\ub2c8\ub2e4. \uc0ac\uc6a9\uc790\ub294 \ud544\uc694\uc5d0 \ub530\ub77c \ud615\uc2dd\uc744 \uc9c0\uc815\ud558\uc5ec \uc77d\uae30 \uc26c\uc6b4 \ub0a0\uc9dc \ubc0f \uc2dc\uac04 \uc815\ubcf4\ub97c \uc81c\uacf5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>5.1. \uae30\ubcf8 \ud3ec\ub9f7<\/h3>\n<pre><code>using System;\n\nDateTime date = DateTime.Now;\nstring defaultFormat = date.ToString(); \/\/ \uae30\ubcf8 \ud615\uc2dd\nstring customFormat = date.ToString(\"dddd, dd MMMM yyyy\"); \/\/ \uc608: \"\ud1a0\uc694\uc77c, 01 10\uc6d4 2023\"<\/code><\/pre>\n<h3>5.2. \ubb38\ud654\uc5d0 \ub530\ub978 \ud3ec\ub9f7\ud305<\/h3>\n<p>UWP\ub294 \uc5ec\ub7ec \ubb38\ud654\uad8c\uc5d0 \ub9de\ucd98 \ub0a0\uc9dc \ubc0f \uc2dc\uac04 \ud615\uc2dd\uc744 \uc9c0\uc6d0\ud569\ub2c8\ub2e4. <code>CultureInfo<\/code>\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud2b9\uc815 \ubb38\ud654\uad8c\uc758 \ud615\uc2dd\uc73c\ub85c \ubcc0\ud658\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<pre><code>using System.Globalization;\n\nCultureInfo cultureInfo = new CultureInfo(\"fr-FR\");\nstring frenchDate = date.ToString(cultureInfo); \/\/ \ud504\ub791\uc2a4 \ud615\uc2dd\uc73c\ub85c \ub0a0\uc9dc \ud45c\ud604<\/code><\/pre>\n<h2>6. \uc608\uc81c \ud504\ub85c\uc81d\ud2b8<\/h2>\n<p>\uc704\uc5d0\uc11c \uc124\uba85\ud55c \ub0b4\uc6a9\uc744 \ubc14\ud0d5\uc73c\ub85c \uac04\ub2e8\ud55c \uc608\uc81c \ud504\ub85c\uc81d\ud2b8\ub97c \ub9cc\ub4e4\uc5b4 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc774 \ud504\ub85c\uc81d\ud2b8\ub294 \ub0a0\uc9dc\uc640 \uc2dc\uac04\uc744 \uc785\ub825\ud558\uace0, \uc120\ud0dd\ub41c \ub0a0\uc9dc\uc640 \uc2dc\uac04\uc744 \ubcf4\uc5ec\uc8fc\ub294 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc785\ub2c8\ub2e4.<\/p>\n<h3>6.1. XAML<\/h3>\n<pre><code>&lt;Page x:Class=\"DateTimeApp.MainPage\"&gt;\n    &lt;Grid&gt;\n        &lt;StackPanel&gt;\n            &lt;TextBlock Text=\"\ub0a0\uc9dc \uc120\ud0dd:\" \/&gt;\n            &lt;DatePicker x:Name=\"datePicker\" \/&gt;\n\n            &lt;TextBlock Text=\"\uc2dc\uac04 \uc120\ud0dd:\" \/&gt;\n            &lt;TimePicker x:Name=\"timePicker\" \/&gt;\n\n            &lt;Button Content=\"\uc815\ubcf4 \ud45c\uc2dc\" Click=\"ShowInfo_Click\" \/&gt;\n\n            &lt;TextBlock x:Name=\"resultTextBlock\" \/&gt;\n        &lt;\/StackPanel&gt;\n    &lt;\/Grid&gt;\n&lt;\/Page&gt;<\/code><\/pre>\n<h3>6.2. C# \ucf54\ub4dc<\/h3>\n<pre><code>using Windows.UI.Xaml;\nusing Windows.UI.Xaml.Controls;\n\nnamespace DateTimeApp\n{\n    public sealed partial class MainPage : Page\n    {\n        public MainPage()\n        {\n            this.InitializeComponent();\n        }\n\n        private void ShowInfo_Click(object sender, RoutedEventArgs e)\n        {\n            DateTime selectedDate = datePicker.DateTime.Date;\n            TimeSpan selectedTime = timePicker.Time;\n\n            string result = $\"\uc120\ud0dd\ub41c \ub0a0\uc9dc: {selectedDate.ToString(\"yyyy-MM-dd\")}\" +\n                            $\"\\n\uc120\ud0dd\ub41c \uc2dc\uac04: {selectedTime.Hours}:{selectedTime.Minutes}\";\n\n            resultTextBlock.Text = result;\n        }\n    }\n}\n<\/code><\/pre>\n<h2>7. \uacb0\ub860<\/h2>\n<p>UWP \uac1c\ubc1c\uc5d0\uc11c \ub0a0\uc9dc\uc640 \uc2dc\uac04\uc740 \uc911\uc694\ud55c \uc694\uc18c\uc785\ub2c8\ub2e4. <code>DateTime<\/code>, <code>TimeSpan<\/code>, <code>DateTimeOffset<\/code> \ud074\ub798\uc2a4\ub97c \ud65c\uc6a9\ud558\uba74 \ub0a0\uc9dc\uc640 \uc2dc\uac04\uc744 \uc27d\uac8c \ucc98\ub9ac\ud558\uace0, \uc0ac\uc6a9\uc790\uac00 \ub0a0\uc9dc \ubc0f \uc2dc\uac04\uc744 \uc120\ud0dd\ud560 \uc218 \uc788\ub3c4\ub85d \uae30\ub2a5\uc744 \uc81c\uacf5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 \ub0a0\uc9dc\uc640 \uc2dc\uac04\uc744 \uc870\uc791\ud558\uace0 \ud45c\uc2dc\ud558\ub294 \ubc29\ubc95\uc744 \uae4a\uc774 \uc788\uac8c \ub2e4\ub8e8\uc5c8\uc2b5\ub2c8\ub2e4. \uc2e4\uc81c \ud504\ub85c\uc81d\ud2b8\uc5d0 \uc801\uc6a9\ud574 \ubcf4\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.<\/p>\n<p>UWP\ub97c \ud1b5\ud55c \ub0a0\uc9dc \ubc0f \uc2dc\uac04 \ucc98\ub9ac\uc5d0 \ub300\ud55c \uc804\ubc18\uc801\uc778 \uac1c\uc694\ub97c \ub9c8\uce58\uba70, \uc774\ub97c \ucc38\uace0\ud558\uc5ec \uc2e4\uc9c8\uc801\uc778 \uc560\ud50c\ub9ac\ucf00\uc774\uc158 \uac1c\ubc1c\uc5d0 \ub3c4\uc6c0\uc774 \ub418\uae38 \ubc14\ub78d\ub2c8\ub2e4!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Universal Windows Platform (UWP) \uac1c\ubc1c\uc740 \ud604\ub300\uc801\uc778 Windows \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ub9cc\ub4dc\ub294 \uac15\ub825\ud55c \ubc29\ubc95\uc785\ub2c8\ub2e4. \uc624\ub298\uc740 UWP\uc5d0\uc11c \ub0a0\uc9dc\uc640 \uc2dc\uac04(Date and Time)\uc744 \ub2e4\ub8e8\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. \uae4a\uc774 \uc788\ub294 \uc774\ud574\ub97c \ub3d5\uae30 \uc704\ud574, UWP\uc758 \ub0a0\uc9dc \ubc0f \uc2dc\uac04 \uad00\ub828 API, \ud65c\uc6a9 \uac00\ub2a5\ud55c \ub370\uc774\ud130 \ud615\uc2dd, \uc608\uc81c \ucf54\ub4dc \ubc0f \uc2e4\uc6a9\uc801\uc778 \ud301\uc744 \ud3ec\ud568\ud558\uaca0\uc2b5\ub2c8\ub2e4. 1. \ub0a0\uc9dc \ubc0f \uc2dc\uac04\uc758 \uc911\uc694\uc131 \ub0a0\uc9dc\uc640 \uc2dc\uac04\uc740 \ub300\ubd80\ubd84\uc758 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc5d0\uc11c \ub9e4\uc6b0 \uc911\uc694\ud55c \uc694\uc18c\uc785\ub2c8\ub2e4. &hellip; <a href=\"https:\/\/atmokpo.com\/w\/30959\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;UWP \uac1c\ubc1c, Date and Time&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[38],"tags":[],"class_list":["post-30959","post","type-post","status-publish","format-standard","hentry","category-uwp-"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>UWP \uac1c\ubc1c, Date and Time - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/atmokpo.com\/w\/30959\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"UWP \uac1c\ubc1c, Date and Time - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"Universal Windows Platform (UWP) \uac1c\ubc1c\uc740 \ud604\ub300\uc801\uc778 Windows \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ub9cc\ub4dc\ub294 \uac15\ub825\ud55c \ubc29\ubc95\uc785\ub2c8\ub2e4. \uc624\ub298\uc740 UWP\uc5d0\uc11c \ub0a0\uc9dc\uc640 \uc2dc\uac04(Date and Time)\uc744 \ub2e4\ub8e8\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. \uae4a\uc774 \uc788\ub294 \uc774\ud574\ub97c \ub3d5\uae30 \uc704\ud574, UWP\uc758 \ub0a0\uc9dc \ubc0f \uc2dc\uac04 \uad00\ub828 API, \ud65c\uc6a9 \uac00\ub2a5\ud55c \ub370\uc774\ud130 \ud615\uc2dd, \uc608\uc81c \ucf54\ub4dc \ubc0f \uc2e4\uc6a9\uc801\uc778 \ud301\uc744 \ud3ec\ud568\ud558\uaca0\uc2b5\ub2c8\ub2e4. 1. \ub0a0\uc9dc \ubc0f \uc2dc\uac04\uc758 \uc911\uc694\uc131 \ub0a0\uc9dc\uc640 \uc2dc\uac04\uc740 \ub300\ubd80\ubd84\uc758 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc5d0\uc11c \ub9e4\uc6b0 \uc911\uc694\ud55c \uc694\uc18c\uc785\ub2c8\ub2e4. &hellip; \ub354 \ubcf4\uae30 &quot;UWP \uac1c\ubc1c, Date and Time&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/30959\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-28T10:43:57+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T06:46:53+00:00\" \/>\n<meta name=\"author\" content=\"root\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:site\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"root\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"2\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/atmokpo.com\/w\/30959\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/30959\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"UWP \uac1c\ubc1c, Date and Time\",\"datePublished\":\"2024-10-28T10:43:57+00:00\",\"dateModified\":\"2024-11-26T06:46:53+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/30959\/\"},\"wordCount\":31,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"UWP \uac1c\ubc1c\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/30959\/\",\"url\":\"https:\/\/atmokpo.com\/w\/30959\/\",\"name\":\"UWP \uac1c\ubc1c, Date and Time - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-28T10:43:57+00:00\",\"dateModified\":\"2024-11-26T06:46:53+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/30959\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/30959\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/30959\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"UWP \uac1c\ubc1c, Date and Time\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/atmokpo.com\/w\/#website\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/atmokpo.com\/w\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"contentUrl\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"width\":400,\"height\":400,\"caption\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\"},\"image\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/bebubo4\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\",\"name\":\"root\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"caption\":\"root\"},\"sameAs\":[\"http:\/\/atmokpo.com\/w\"],\"url\":\"https:\/\/atmokpo.com\/w\/author\/root\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"UWP \uac1c\ubc1c, Date and Time - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/atmokpo.com\/w\/30959\/","og_locale":"ko_KR","og_type":"article","og_title":"UWP \uac1c\ubc1c, Date and Time - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"Universal Windows Platform (UWP) \uac1c\ubc1c\uc740 \ud604\ub300\uc801\uc778 Windows \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ub9cc\ub4dc\ub294 \uac15\ub825\ud55c \ubc29\ubc95\uc785\ub2c8\ub2e4. \uc624\ub298\uc740 UWP\uc5d0\uc11c \ub0a0\uc9dc\uc640 \uc2dc\uac04(Date and Time)\uc744 \ub2e4\ub8e8\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. \uae4a\uc774 \uc788\ub294 \uc774\ud574\ub97c \ub3d5\uae30 \uc704\ud574, UWP\uc758 \ub0a0\uc9dc \ubc0f \uc2dc\uac04 \uad00\ub828 API, \ud65c\uc6a9 \uac00\ub2a5\ud55c \ub370\uc774\ud130 \ud615\uc2dd, \uc608\uc81c \ucf54\ub4dc \ubc0f \uc2e4\uc6a9\uc801\uc778 \ud301\uc744 \ud3ec\ud568\ud558\uaca0\uc2b5\ub2c8\ub2e4. 1. \ub0a0\uc9dc \ubc0f \uc2dc\uac04\uc758 \uc911\uc694\uc131 \ub0a0\uc9dc\uc640 \uc2dc\uac04\uc740 \ub300\ubd80\ubd84\uc758 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc5d0\uc11c \ub9e4\uc6b0 \uc911\uc694\ud55c \uc694\uc18c\uc785\ub2c8\ub2e4. &hellip; \ub354 \ubcf4\uae30 \"UWP \uac1c\ubc1c, Date and Time\"","og_url":"https:\/\/atmokpo.com\/w\/30959\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-28T10:43:57+00:00","article_modified_time":"2024-11-26T06:46:53+00:00","author":"root","twitter_card":"summary_large_image","twitter_creator":"@bebubo4","twitter_site":"@bebubo4","twitter_misc":{"\uae00\uc4f4\uc774":"root","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"2\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/atmokpo.com\/w\/30959\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/30959\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"UWP \uac1c\ubc1c, Date and Time","datePublished":"2024-10-28T10:43:57+00:00","dateModified":"2024-11-26T06:46:53+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/30959\/"},"wordCount":31,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["UWP \uac1c\ubc1c"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/30959\/","url":"https:\/\/atmokpo.com\/w\/30959\/","name":"UWP \uac1c\ubc1c, Date and Time - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-28T10:43:57+00:00","dateModified":"2024-11-26T06:46:53+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/30959\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/30959\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/30959\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"UWP \uac1c\ubc1c, Date and Time"}]},{"@type":"WebSite","@id":"https:\/\/atmokpo.com\/w\/#website","url":"https:\/\/atmokpo.com\/w\/","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","description":"","publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/atmokpo.com\/w\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/atmokpo.com\/w\/#organization","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","url":"https:\/\/atmokpo.com\/w\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/","url":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","contentUrl":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","width":400,"height":400,"caption":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8"},"image":{"@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/bebubo4"]},{"@type":"Person","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7","name":"root","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","caption":"root"},"sameAs":["http:\/\/atmokpo.com\/w"],"url":"https:\/\/atmokpo.com\/w\/author\/root\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":30803,"url":"https:\/\/atmokpo.com\/w\/30803\/","url_meta":{"origin":30959,"position":0},"title":"\ud30c\uc774\uc36c \uc790\ub3d9\ub9e4\ub9e4 \uac1c\ubc1c, pandas DataFrame","author":"root","date":"2024\ub144 10\uc6d4 28\uc77c","format":false,"excerpt":"\ucd5c\uadfc \ub4e4\uc5b4 \ud30c\uc774\uc36c\uc744 \ud65c\uc6a9\ud55c \uc790\ub3d9\ub9e4\ub9e4 \uc2dc\uc2a4\ud15c \uac1c\ubc1c\uc774 \ud65c\ubc1c\ud788 \uc774\ub8e8\uc5b4\uc9c0\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uadf8 \uc911\uc5d0\uc11c\ub3c4 \ub370\uc774\ud130 \ubd84\uc11d \ubc0f \ucc98\ub9ac\ub97c \uc704\ud55c pandas \ub77c\uc774\ube0c\ub7ec\ub9ac\ub294 \ub9ce\uc740 \ud2b8\ub808\uc774\ub354\uc640 \uac1c\ubc1c\uc790\ub4e4 \uc0ac\uc774\uc5d0\uc11c \ud544\uc218\uc801\uc73c\ub85c \uc0ac\uc6a9\ub418\uace0 \uc788\uc2b5\ub2c8\ub2e4. \ubcf8 \uae00\uc5d0\uc11c\ub294 \ud30c\uc774\uc36c\uc744 \uc774\uc6a9\ud55c \uc790\ub3d9\ub9e4\ub9e4 \uac1c\ubc1c \uacfc\uc815\uc5d0\uc11c \uc5b4\ub5bb\uac8c pandas DataFrame\uc744 \ud65c\uc6a9\ud558\uc5ec \ud6a8\uc728\uc801\uc778 \ub370\uc774\ud130 \ubd84\uc11d\uacfc \uc804\ub7b5 \uac1c\ubc1c\uc744 \ud560 \uc218 \uc788\ub294\uc9c0\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. 1. \uc790\ub3d9\ub9e4\ub9e4\u2026","rel":"","context":"&quot;\ud30c\uc774\uc36c\uc790\ub3d9\ub9e4\ub9e4&quot;\uc5d0\uc11c","block_context":{"text":"\ud30c\uc774\uc36c\uc790\ub3d9\ub9e4\ub9e4","link":"https:\/\/atmokpo.com\/w\/category\/%ed%8c%8c%ec%9d%b4%ec%8d%ac%ec%9e%90%eb%8f%99%eb%a7%a4%eb%a7%a4\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":29285,"url":"https:\/\/atmokpo.com\/w\/29285\/","url_meta":{"origin":30959,"position":1},"title":"\uba38\uc2e0\ub7ec\ub2dd \ubc0f \ub525\ub7ec\ub2dd \uc54c\uace0\ub9ac\uc998 \ud2b8\ub808\uc774\ub529, \uc804\ub7b5  \uc9d1\ub77c\uc778\uc744 \uc774\uc6a9\ud55c \ubc31\ud14c\uc2a4\ud2b8","author":"root","date":"2024\ub144 10\uc6d4 27\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 \ub0a0\uc9dc: [\ub0a0\uc9dc] 1. \uc11c\ub860 \uc54c\uace0\ub9ac\uc998 \ud2b8\ub808\uc774\ub529\uc740 \uae08\uc735 \uc2dc\uc7a5\uc5d0\uc11c \uac70\ub798\ub97c \uc790\ub3d9\ud654\ud558\ub294 \ubc29\ubc95\uc73c\ub85c, \ucd5c\uadfc \uba87 \ub144 \ub3d9\uc548 \uad00\uc2ec\uc774 \uae09\uc99d\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. \ud2b9\ud788 \uba38\uc2e0\ub7ec\ub2dd\uacfc \ub525\ub7ec\ub2dd \uae30\uc220\uc758 \ubc1c\uc804\uc740 \uadf8\ub7ec\ud55c \uc790\ub3d9\ud654\uc758 \uae30\uc900\uc744 \uc0c8\ub86d\uac8c \uc124\uc815\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 \uc9d1\ub77c\uc778(Zipline)\uc744 \uc0ac\uc6a9\ud558\uc5ec \uba38\uc2e0\ub7ec\ub2dd \ubc0f \ub525\ub7ec\ub2dd \uae30\ubc18\uc758 \ud2b8\ub808\uc774\ub529 \uc804\ub7b5\uc744 \ubc31\ud14c\uc2a4\ud2b8\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 2. \uc54c\uace0\ub9ac\uc998 \ud2b8\ub808\uc774\ub529\uc758 \uae30\ucd08\u2026","rel":"","context":"&quot;\ub525\ub7ec\ub2dd \uba38\uc2e0\ub7ec\ub2dd \uc790\ub3d9 \ud2b8\ub808\uc774\ub529&quot;\uc5d0\uc11c","block_context":{"text":"\ub525\ub7ec\ub2dd \uba38\uc2e0\ub7ec\ub2dd \uc790\ub3d9 \ud2b8\ub808\uc774\ub529","link":"https:\/\/atmokpo.com\/w\/category\/%eb%94%a5%eb%9f%ac%eb%8b%9d-%eb%a8%b8%ec%8b%a0%eb%9f%ac%eb%8b%9d-%ec%9e%90%eb%8f%99-%ed%8a%b8%eb%a0%88%ec%9d%b4%eb%94%a9\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":30975,"url":"https:\/\/atmokpo.com\/w\/30975\/","url_meta":{"origin":30959,"position":2},"title":"UWP \uac1c\ubc1c, Item Template\uacfc Data Template","author":"root","date":"2024\ub144 10\uc6d4 28\uc77c","format":false,"excerpt":"\uc800\uc790: \uc870\uad11\ud615 \ub0a0\uc9dc: [\ubc1c\ud589 \ub0a0\uc9dc] 1. UWP \uac1c\ubc1c \uc18c\uac1c \uc720\ub2c8\ubc84\uc124 \uc708\ub3c4\uc6b0 \ud50c\ub7ab\ud3fc(Universal Windows Platform, UWP)\uc740 \ub9c8\uc774\ud06c\ub85c\uc18c\ud504\ud2b8\uac00 \uac1c\ubc1c\ud55c \uc708\ub3c4\uc6b0 10 \uc774\uc0c1\uc5d0\uc11c \uc791\ub3d9\ud558\ub294 \uc571\uc744 \ub9cc\ub4e4 \uc218 \uc788\ub3c4\ub85d \ud558\ub294 \ud504\ub808\uc784\uc6cc\ud06c\uc785\ub2c8\ub2e4. UWP\ub294 \ubaa8\ub4e0 \uc708\ub3c4\uc6b0 10 \ub514\ubc14\uc774\uc2a4\uc5d0\uc11c \uc0ac\uc6a9\ud560 \uc218 \uc788\ub294 \uc571\uc744 \uac1c\ubc1c\ud558\uac8c \ud574\uc8fc\uba70, \uc571 \uac1c\ubc1c\uc790\ub4e4\uc5d0\uac8c \ud1b5\ud569\ub41c API\uc640 UI \ud504\ub808\uc784\uc6cc\ud06c\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4. \uc774\ubc88 \uae00\uc5d0\uc11c\ub294 UWP \uac1c\ubc1c\uc5d0\uc11c \ud575\uc2ec\uc801\uc73c\ub85c\u2026","rel":"","context":"&quot;UWP \uac1c\ubc1c&quot;\uc5d0\uc11c","block_context":{"text":"UWP \uac1c\ubc1c","link":"https:\/\/atmokpo.com\/w\/category\/uwp-%ea%b0%9c%eb%b0%9c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":38432,"url":"https:\/\/atmokpo.com\/w\/38432\/","url_meta":{"origin":30959,"position":3},"title":"FastAPI \uc11c\ubc84\uac1c\ubc1c, \uc774\ubca4\ud2b8 \ubb38\uc11c \ud074\ub798\uc2a4\uc640 \ub77c\uc6b0\ud2b8 \ubcc0\uacbd","author":"root","date":"2024\ub144 11\uc6d4 01\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 \ub0a0\uc9dc: 2024\ub144 11\uc6d4 26\uc77c 1. FastAPI\ub780? FastAPI\ub294 Python\uc758 \ube44\ub3d9\uae30 \uc6f9 \ud504\ub808\uc784\uc6cc\ud06c\ub85c, API \uc11c\ubc84\ub97c \uac1c\ubc1c\ud558\ub294 \ub370 \ucd5c\uc801\ud654\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. Python\uc758 \ud0c0\uc785 \ud78c\ud2b8\ub97c \ud65c\uc6a9\ud558\uc5ec \uac15\ub825\ud55c \ub370\uc774\ud130 \uac80\uc99d \ubc0f \ubb38\uc11c\ud654 \uae30\ub2a5\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. FastAPI\ub294 \uc2a4\ud0c0\ud2b8\uc5c5\uc5d0\uc11c \ub300\uaddc\ubaa8 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc5d0 \uc774\ub974\uae30\uae4c\uc9c0 \ub2e4\uc591\ud55c \ud504\ub85c\uc81d\ud2b8\uc5d0 \uc801\ud569\ud558\uba70, OpenAPI\uc640 JSON Schema\ub97c \uc9c0\uc6d0\ud558\uc5ec \uc790\ub3d9\uc73c\ub85c API \ubb38\uc11c\ub97c \uc0dd\uc131\ud569\ub2c8\ub2e4. \uc774\ub7ec\ud55c \ud2b9\uc9d5 \ub355\ubd84\uc5d0 FastAPI\ub294\u2026","rel":"","context":"&quot;FastAPI\uc11c\ubc84\uac1c\ubc1c&quot;\uc5d0\uc11c","block_context":{"text":"FastAPI\uc11c\ubc84\uac1c\ubc1c","link":"https:\/\/atmokpo.com\/w\/category\/fastapi%ec%84%9c%eb%b2%84%ea%b0%9c%eb%b0%9c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":31145,"url":"https:\/\/atmokpo.com\/w\/31145\/","url_meta":{"origin":30959,"position":4},"title":"UWP \uac1c\ubc1c, \uc694\uc18c\uc640 \uc694\uc18c \uac04 \ub370\uc774\ud130 \ubc14\uc778\ub529","author":"root","date":"2024\ub144 10\uc6d4 28\uc77c","format":false,"excerpt":"\uc720\ub2c8\ubc84\uc124 \uc708\ub3c4\uc6b0 \ud50c\ub7ab\ud3fc(UWP) \uac1c\ubc1c\uc740 \ud604\ub300\uc801\uc778 \uc571 \uac1c\ubc1c\uc744 \uc704\ud55c \ud6cc\ub96d\ud55c \uc120\ud0dd\uc9c0\uc785\ub2c8\ub2e4. \ub2e4\uc591\ud55c \uae30\uae30\uc5d0\uc11c \uc571\uc744 \uc2e4\ud589\ud560 \uc218 \uc788\ub294 \uac00\ub2a5\uc131\uacfc \uc9c1\uad00\uc801\uc778 \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4(UI)\uc5d0 \ub300\ud55c \ub192\uc740 \uc801\uc751\uc131 \ub355\ubd84\uc5d0 UWP\ub294 \ub9ce\uc740 \uac1c\ubc1c\uc790\uc5d0\uac8c \uafb8\uc900\ud788 \uc778\uae30\ub97c \uc5bb\uace0 \uc788\uc2b5\ub2c8\ub2e4. \ud2b9\ud788 \ub370\uc774\ud130 \ubc14\uc778\ub529\uc740 UWP \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758 \uac15\ub825\ud55c \uae30\ub2a5 \uc911 \ud558\ub098\ub85c, UI \uc694\uc18c\uc640 \ub370\uc774\ud130 \uc18c\uc2a4\ub97c \ub3d9\uae30\ud654\ud558\uc5ec \ub354\uc6b1 \ud6a8\uc728\uc801\uc73c\ub85c \uc571\uc744 \uad6c\ucd95\ud560 \uc218\u2026","rel":"","context":"&quot;UWP \uac1c\ubc1c&quot;\uc5d0\uc11c","block_context":{"text":"UWP \uac1c\ubc1c","link":"https:\/\/atmokpo.com\/w\/category\/uwp-%ea%b0%9c%eb%b0%9c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":30973,"url":"https:\/\/atmokpo.com\/w\/30973\/","url_meta":{"origin":30959,"position":5},"title":"UWP \uac1c\ubc1c, ItemsControl \uc694\uc18c\ub97c \ud65c\uc6a9\ud55c XAML \uc694\uc18c\uc758 \uc0dd\uc131","author":"root","date":"2024\ub144 10\uc6d4 28\uc77c","format":false,"excerpt":"\uc800\uc790: \uc870\uad11\ud615 \ub0a0\uc9dc: [\ubc1c\ud589 \ub0a0\uc9dc] \ubaa9\ucc28 1. \uc11c\ub860 2. ItemsControl \uc774\ud574\ud558\uae30 3. ItemsControl \uc0dd\uc131\ud558\uae30 4. \ub370\uc774\ud130 \ubc14\uc778\ub529 \uc801\uc6a9\ud558\uae30 5. \ud56d\ubaa9 \ucee4\uc2a4\ud130\ub9c8\uc774\uc9d5\ud558\uae30 6. \uacb0\ub860 7. \ucc38\uace0\ubb38\ud5cc 1. \uc11c\ub860 UWP(Universal Windows Platform) \uac1c\ubc1c\uc740 \ub2e4\uc591\ud55c \ub514\ubc14\uc774\uc2a4\uc5d0\uc11c \uc791\ub3d9\ud558\ub294 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uc791\uc131\ud560 \uc218 \uc788\ub3c4\ub85d \ub3d5\ub294 \ud50c\ub7ab\ud3fc\uc785\ub2c8\ub2e4. XAML(Extensible Application Markup Language)\uc740 UWP \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758 UI\ub97c \uc815\uc758\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294\u2026","rel":"","context":"&quot;UWP \uac1c\ubc1c&quot;\uc5d0\uc11c","block_context":{"text":"UWP \uac1c\ubc1c","link":"https:\/\/atmokpo.com\/w\/category\/uwp-%ea%b0%9c%eb%b0%9c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/30959","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/comments?post=30959"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/30959\/revisions"}],"predecessor-version":[{"id":30960,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/30959\/revisions\/30960"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=30959"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=30959"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=30959"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}