📄 dateliteralsc12.vb
字号:
' This test case runs on .Net 1.1 as well' Though the vb spec says the date format should be as follows' #[Whitespace+]DateOrTime[Whitespace+]#Module DateLiterals Function Main() As Integer Dim d As Date d = #1/1/2004 5:05:07 PM# End FunctionEnd Module
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -