「C#でUnixTimeを扱う」の版間の差分
imported>Administrator ページの作成:「<syntaxhighlight lang="csharp"> public static class DateTimeExtensions { private static readonly DateTime UNIX_EPOCH = new DateTime(1970, 1, 1, 0, 0, 0,...」 |
imported>Administrator 編集の要約なし |
||
| 11行目: | 11行目: | ||
} | } | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[カテゴリ:.NET]] | |||