FileDateTime Function
νμΌμ λ§λ€μκ±°λ λ§μ§λ§μΌλ‘ μμ ν λ μ§μ μκ°μ ν¬ν¨νλ λ¬Έμμ΄μ νμν©λλ€.
ꡬ문:
FileDateTime (Text As String)
λ§€κ° λ³μ:
Text: λͺ
λ°±ν(μμΌλμΉ΄λκ° μλ) νμΌ μ§μ μ ν¬ν¨νλ μμμ λ¬Έμμ΄ μμ
λλ€. URL νκΈ°λ²μ μ¬μ©ν μλ μμ΅λλ€.
μ΄ ν¨μλ νμΌμ μμ±νκ±°λ λ§μ§λ§μΌλ‘ μμ ν μ νν μκ°μ "MM.DD.YYYY HH.MM.SS" μμμΌλ‘ νμν©λλ€.
You can set the locale used for controlling the formatting numbers, dates and currencies in Collabora Office Basic in Collabora Office - PreferencesTools - Options - Languages and Locales - General. In Basic format codes, the decimal point (.) is always used as placeholder for the decimal separator defined in your locale and will be replaced by the corresponding character.
λ μ§, μκ° λ° ν΅ν μμμ λν κ΅κ°λ³ μ€μ μλ λμΌνκ² μ μ©λ©λλ€. Basic μμ μ½λλ μ¬μ©μμ κ΅κ°λ³ μ€μ μ λ°λΌ ν΄μλμ΄ νμλ©λλ€.
5 μλͺ»λ νλ‘μμ νΈμΆμ
λλ€.
μ:
Sub ExampleFileDateTime
MsgBox FileDateTime("C:\autoexec.bat")
End Sub